>> The error is not the NOT it's the missing () .... <<
Actually the error turns out to be  "EXTRA" (Parenthesis).
The following two lines do not produce the error:

If Not True Then Print "False" Else Print "True"
If Not TestFunk() Then Print "False" Else Print "True"

It was my mistaken impresion that the parameters of an operator(s) could ALWAYS 
be enclosed within Parenthesis as in:

X = 1 + 1
X = (1) + (1)
X = (1 + 1) * 1

Lewis Balentine

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to