NOT
Returns the inverse of the received TRUE
or FALSE
value. So TRUE
becomes FALSE
and FALSE
becomes TRUE
.
Note that those values can be variables or the result of functions and operators.
This is useful for conditions for IF
and @IF
for example.
Usage
NOT(value)
Parameters
value |
(Required) The |