AllAreTrue Function

  • Updated

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

Syntax

 

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

 

AllAreTrue(condition1, condition2, ...)

 

 

Arguments:

 

 

 

condition

Boolean - Conditions to evaluate.

Remarks

  • Example: AllAreTrue(a=1, b=2, c=3, false) returns false.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.