NoneAreFalse Function

  • Updated

The NoneAreFalse function returns true if none of the provided conditions is false. Otherwise false.

Syntax

 

The NoneAreFalse function returns true if none of the provided conditions is false. Otherwise false.

 

NoneAreFalse(condition1, condition2, ...)

 

 

Arguments:

 

 

 

condition

Boolean - Conditions to evaluate.

Remarks

  • Example: NoneAreFalse(5=5, "hello"="hello", true) returns true.
  • Example: NoneAreFalse(5=25, "hello"="hello", true) returns false.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.