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

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to