Updated 2018-08-12 05:20:18 by pooryorick

array exists indicates whether a variable exists in an array.

Synopsis  edit

array exists arrayName

Description  edit

Returns 1 if arrayName is an array variable, or 0 if there is no variable by that name or if the variable is not an array variable.