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

Home

 
4D v19
AND

AND 


 

AND ( LogicalValue {, LogicalValue2 , ... , LogicalValueN} ) 
Parameter Typ   Beschreibung
LogicalValue  Boolean, Zahl, Ausdruck in Value(s) to evaluate

The AND function returns TRUE if all arguments are true; otherwise, it returns FALSE if at least one argument is false.

It accepts boolean values as numeric (0 or 1) or logical expressions (TRUE or FALSE) for up to 255 arguments. You can also specify a single array instead of listing the values separately, or up to 255 arrays. You can also specify the logicalValue as an expression.

 

AND(D12,E12)

AND(D2:D12)

AND(5+3=8,5+1=6) //TRUE

AND(1,TRUE) //TRUE



Siehe auch 

NOT
OR

 
EIGENSCHAFTEN 

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

 
SEITENINHALT 
 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D View Pro Handbuch ( 4D v19)