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.
Comments
0 comments
Article is closed for comments.