Version 7 of array exists

Updated 2018-08-12 05:19:56 by pooryorick

array exists arrayName indicates whether a variable exists in an array.

Synopsis

array exists arrayName

Description

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.