AnyAreTrue Function

  • Updated

Returns true if any of the provided conditions are true. Otherwise false.

Syntax

 

Returns true if any of the provided conditions are true. Otherwise false.

 

AnyAreTrue(condition1, condition2, ...)

 

 

Arguments:

 

 

 

condition

Boolean - Conditions to evaluate.

Remarks

  • Example: AnyAreTrue(a=1, b=2, c=3, true) returns true.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.