Matteo Beccati wrote:> Hi,> >> l = 38;> > > This should be:> > l := 38;> > otherwise l would remain uninitialized (NULL).
Actually, either work. You are right that the docs suggest the second form though.
-- Richard Huxton Archonet Ltd