Empty Array? Function

Returns TRUE if the input array is empty. Otherwise, this function returns FALSE.


icon

Inputs/Outputs

  • c1dext.png array

    array specifies an n-dimensional array of any type.

  • ibool.png empty?

    empty? is TRUE if array is empty. Otherwise, empty? is FALSE.