Use the Logical OR functoid (
) to determine whether any of the specified input parameters evaluate to True.

Input
Parameter 1: A value that can be evaluated as either True or False.
Parameters 2 – 100: Values that can be evaluated as either True or False.

Output
Output 1: The Boolean value True if any of the specified input parameters evaluate to True; the Boolean value False otherwise.

Remarks
Input parameter values can be in a variety of data types (string, numeric, or logical), although passing strings to this functoid does not yield a meaningful result. For more information about how the Logical functoids handle input parameters of different types, see Logical Functoids Reference.

See Also