[Gambas-user] Datatype Long

Benoît Minisini gambas at ...1...
Fri Nov 22 12:28:16 CET 2002


Le Mercredi 20 Novembre 2002 23:19, Charlie a écrit :
> Salut Benoit,
>
> found a strange thing .
>
> you can declare a Datatype Long
> even the editor turns a long to Long.
> ex: Dim lnCount as long ,
>     became : DIM lnCount AS Long
> but if you call the Function where this Datatype is declared,
> the Interpreter left the execution  without any Error-Message.
>
> regards Charlie
>
>

Hi Charlie,

LONG is a keyword reserved for a future use. At the moment, the editor 
highlights it, but the compiler transforms it as a class named "Long"

Don't use it now !

Regards,

-- 
Benoît Minisini
mailto:gambas at ...1...




More information about the User mailing list