NOT
From LongJump Support Wiki
Revision as of 22:20, 25 August 2009 by imported>Evelyn
The NOT function reverses the value of its Boolean argument. For example, a FALSE value is returned as TRUE.
- Syntax
NOT(logical)
- Return
- TRUE or FALSE
- Example
NOT(TRUE) = FALSE NOT(FALSE) = TRUE