Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>.not. ! logical not -- unary (logical)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.NOT. !        Logical NOT -- unary                       (Logical)


Syntax:        ! <condition>/.NOT. <condition>

Type:          Logical

Operands:      <condition> is an expression that evaluates to a
               logical value.

Description:   The ! (not) operator is a unary logical operator that
               returns the logical inverse of <condition>.


----------------------------------- Examples -------------------------------

   ? ! (.T.)                            && Result: .F.
   ? ! 1 > 2                            && Result: .T.
   ? .NOT. 1 > 2                        && Result: .T.


See Also: .AND. .OR. Expr_error()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson