[Gambas-user] IDE editor problem

Pino Zollo pinozollo at ...626...
Tue Apr 15 17:14:23 CEST 2008


This is a part of my program...

  IF (Radio1)NOT NULL THEN 
    r1port = rData!r1port
    r1address = rData!r1address
    r1br = rData!r1br

Without the parenthesis around the variable Radio1 the editor eliminates the 
space between 1 and NOT even if they are of different colours.

So the interpreter gets Radio1NOT as a single word giving error.
                                        ^       ^
                                   black     blue
I am using GAMBAS 2.0

Regards

Pino




More information about the User mailing list