Checks whether every logical argument is true.
Syntax
AND (Logical1, [Logical2],...)
Note: The required separator (comma or semi-colon) automatically corresponds to your computer’s location settings.
Data Types of the Arguments
True/False
Data Type of the Result
True/False
Example
Determine if both Beam length properties (Length Left and Length Right) exceed a given length.
Expression
AND (Length Left > 480 cm, Length Right > 480 cm)
Result
True or False. True for all Beams where both Beam lengths exceed the value, otherwise False.