The "array_depth" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | array | The index of a previously-created array to check |
#
DescriptionReturns the number of dimensions contained in an array. If the input value is not an array, 0
will be returned instead.
Note that array dimensions are not required to have uniform depth. This function returns the deepest dimension contained within an array.