NOT function

NOT function

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also

Returns TRUE (1) if logicalexpression is FALSE. Otherwise, it returns FALSE (0).

Syntax

NOT(logicalexpression)

Example

NOT(Height > 0.75 in.)

Returns 1 if Height is less than or equal to 0.75 inches. Returns 0 if Height is greater than 0.75 inches.