Hi,

I don't see why you need to create your own operators when you can create custom identifiers.

Typing if %x isnull doesn't seem to be more convenient than typing if $isnull(%x)

So just make the custom identifier (which you would also have to do if creating operators was enabled), and then simply use it in the if condition, like if $myidentifier(...) { do stuff }

Note that even though I replied to you, it doesn't necessarily mean it was directed to you, just a general comment.


Greetz

Last edited by FiberOPtics; 07/05/04 09:34 AM.