Description
Whether the specified condition evaluates to true for every value in the specified array.
Return
bool
Arguments
Name: ARRAY
Description: The array whose values will be considered.
Type: Array
Default: GLOBAL VARIABLEName: CONDITION
Description: The condition that is evaluated for each element of the specified array. Use the current array element value to reference the element of the array currently being considered.
Type: bool
Default: COMPARE