Or [OR]

Checks whether at least one logical argument is true.

Syntax

OR (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 either one of the Beam length properties (Length Left or Length Right) exceeds a given length.

Expression

OR (Length Left > 480 cm, Length Right > 480 cm)

Result

True or False. True for all Beams where at least one Beam length exceeds the value, otherwise False.

  • Was this Helpful ?
  • YesNo