On 25 Jun 2009, at 20:52, Ruediger Hahn wrote: > So what do I have to do then? It seems that a cast is the best > solution: > <code> > MyConst : UInt64 = UInt64($FFFFFFFFFFFFFFFF); > </code> > Am I right? Yes, indeed. That will always work and is completely safe. Jonas