Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Not Operator

Used to perform logical negation on an expression.

Synopsis

result = Not expression

Arguments

The Not operator syntax has these parts:

result Any numeric variable.
expression Any expression.

Description

The following table illustrates how result is determined:

If expression is Then result is
True False
False True

See Also

FeedbackOpens in a new tab