Is Array Empty
Reference documentation for using the Is Array Empty expression
Written By Ben Lehmann
Last updated 10 months ago
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