IsArray(varname)
Determines whether a variable is an array Example: DIM myarray(1,2) DIM myvariable IsArray(myarray) returns True IsArray(myvariable) returns False Related functions: Array, IsDate, IsEmpty, IsNull, IsNumeric, IsObject