AnyOf Function
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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.