This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
NOT

NOT 


 

NOT ( logicalValue ) 
Parameter Type   Description
logicalValue  Boolean, Number, Expression in Value to evaluate

 The NOT function reverses the logical value of its parameter.

logicalValue can be a boolean or a number. If its value is zero, then the function returns TRUE. If it is a value other than zero, then the function returns FALSE.

Example  

NOT(A3)

NOT(D5>100)

NOT(0) //TRUE

NOT(TRUE) //FALSE

NOT(12) //FALSE



See also 

AND
OR

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)