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

Inputs/Outputs
![]() array specifies an n-dimensional array of any type. ![]() empty? is TRUE if array is empty. Otherwise, empty? is FALSE. |