NOT operator
Returns TRUE if an expression is false, and FALSE if an expression is true.
Syntax
expression
ExampleIn this procedure, if the user enters the number of a Customer that does not exist, the procedure displays a message that the Customer does not exist and the user must try again. If the Customer does exist, the procedure displays the
Name
andPhone
number of the Customer.
See also
OpenEdge Release 10.2B
|