Empty Array? Function
- Updated2025-07-30
- 1 minute(s) read
Returns TRUE if the input array is empty. Otherwise, this function returns FALSE.

Inputs/Outputs
array
—
array specifies an n-dimensional array of any type.
empty?
—
empty? is TRUE if array is empty. Otherwise, empty? is FALSE. |
array
—
empty?
—