If I use "NOT" in an "IF" statement with any boolean (function or value) 
then I get an error. example:

If NOT (BooleanFuntion) then Do this
unknown identifier: NOT

Am I mistaken in thinking that one should be able to use the NOT 
operator in this manner ?

I can get around this by changing the syntax to. example:
If BooleanFuntion = False then Do this

Regards,

Lewis

------------------------------------------------------------------------------
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