[Gambas-user] Syntax Error on Public const

Fabien Bodard sirfabien at ...626...
Wed Aug 23 22:00:37 CEST 2006


Le Mercredi 23 Août 2006 07:57, Roger Grosswiler a écrit :
> Hello,
>
> Using Gambas Version 1.0.14 with Fedora Core 5 and walking through John W.
> Rittinghouse's nice book.
>
> I was trying the use of constants, this gives me permanent syntax errors.
> I tried it as follows:
>
> PUBLIC CONST ID_ID as Integer = 30
> PRIVATE CONST ID_ID as Integer = 30
> CONST ID_ID as Integer = 30
>
> What am i doing wrong?
>
> Thanks,
> Roger
>
>

it work for me on 1.0.13...

IN WITCH kind on file have you this problem ... module, classe or form ?







More information about the User mailing list