Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v19
NOT

NOT 


 

NOT ( logicalValue ) 
Parameter Typ   Beschreibung
logicalValue  Boolean, Zahl, Ausdruck 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.

NOT(A3)

NOT(D5>100)

NOT(0) //TRUE

NOT(TRUE) //FALSE

NOT(12) //FALSE



Siehe auch 

AND
OR

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Formeln in 4D View Pro

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D View Pro Handbuch ( 4D v19)