On 13 Sep 2006, at 14:00, Eduardo wrote: > I remember that on c a null pointer has value 0, but in ansi pascal > it has value 23. The value of nil is not defined in the ISO Ansi Pascal standard. In FPC, nil = pointer(0) on all currently supported platforms, but in principle it could be anything. Jonas