AllOf Function
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
AllOf Function
Syntax
Boolean AllOf(Boolean parameter1, Boolean parameter2, Boolean paramete3, etc.)
Return Value
The logical AND for any number of boolean parameters. This function uses short-circuit evaluation, i.e. if the function encounters a False parameter, the function immediately returns False without evaluating the remaining parameters.