IsArray

This function determines whether a variable is an array.

Syntax

IsArray(varname)

Parameters

varname
Any variable.

Return Values

Returns True if the variable is an array; otherwise, it returns False.

Remarks

IsArray is especially useful with variants containing arrays.