[Gambas-user] message

Benoît Minisini gambas at ...1...
Sat Feb 1 00:37:25 CET 2003


Le Samedi 1 Février 2003 00:01, Charlie a écrit :
> Benoît Minisini schrieb:
> >Le Vendredi 31 Janvier 2003 20:30, Charlie a écrit :
> >>Salut Banoit,
> >>
> >>why Message is case sensitive and other classes not ?
> >>
> >>amicalement
> >>charlie
> >
> >What do you mean by that ?
>
> a 'message.info' creates an Error, I have to change this to 'Message.info'
> so message.info<>Message.info
>
> Charlie
>
>

It is a compiler problem. It supposes that an identifier is a class name if it 
begins with a capital letter. To tell the compiler that "message" is a class, 
just add a line "CLASS message" at the beginning of the class source code.

Regards,

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




More information about the User mailing list