Is Array Empty
Reference documentation for using the Is Array Empty expression
Written By Ben Lehmann
Last updated 9 months ago
Purpose | Test whether an array is empty |
Parameters | One Array Value |
Returns | Boolean |
Description
The expression will return TRUE if the array has no elements otherwise it will return FALSE.

Comments
Only array types can be tested with this expression. Using non-array types will produce an error.
v3.0