4D v18AND |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v18
AND
|
AND ( LogicalValue {, LogicalValue2 , ... , LogicalValueN} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
LogicalValue | Boolean, Zahl, Ausdruck |
![]() |
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
Produkt: 4D
Thema: Formeln in 4D View Pro
4D View Pro Handbuch ( 4D v18)