The Not function performs logical negation.
Syntax
|
The Not function performs logical negation. |
|
Not(expression) |
|
Arguments: |
|
|
expression |
Boolean - An expression. |
Remarks
- Example: Not(7 = 5) returns true.
Comments
0 comments
Article is closed for comments.