4D v16.3

Not

Home

 
4D v16.3
Not

Not 


 

Not ( boolean ) -> Function result 
Parameter Type   Description
boolean  Boolean in Boolean value to negate
Function result  Boolean in Opposite of Boolean

The Not function returns the negation of boolean, changing True to False or False to True.

Example  

This example first assigns True to a variable, then changes the variable value to False, and then back to True.

 vResult:=True ` vResult is set to True
 vResult:=Not(vResult) ` vResult is set to False
 vResult:=Not(vResult) ` vResult is set to True



See also 

False
True

 
PROPERTIES 

Product: 4D
Theme: Boolean
Number: 34

This command can be run in preemptive processes

 
HISTORY 

Created: < 4D v6

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)