AnyOf Function
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
AnyOf Function
Syntax
Boolean AnyOf(Boolean parameter1, Boolean parameter2, Boolean parameter3, etc.)
Return Value
The logical OR of all the parameters. This function uses short-circuit evaluation, i.e. if the function encounters a True parameter, the function immediately returns True without evaluating the remaining parameters.