[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
.NOT.
Logical NOT--unary (Logical)
------------------------------------------------------------------------------
Syntax
! <lCondition>
.NOT. <lCondition>
Type
Logical
Operands
<lCondition> is a logical expression to not.
Description
The not (!) operator is a unary logical operator that returns the
logical inverse of <lCondition>.
Examples
. This example shows .NOT. results using different operands:
? ! (.T.) // Result: .F.
? ! 1 > 2 // Result: .T.
? .NOT. 1 > 2 // Result: .T.
See Also:
.AND.
.OR.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson