Arbortext IsoDraw
>
Macro Language Reference
>
Functions and Data Types
>
Functions
>
Negation
Negation
The
not
() function is for the logical negation. The result is either true or false.
IF ( not(a < b) ) THEN
#if a is greater than b
ELSE
#if a is smaller than b
END IF