IsArray Function  Language Reference 
Version 1 

See Also

Description
Returns a Boolean value indicating whether a variable is an array.
Syntax
IsArray(varname)

The varname argument can be any variable.

Remarks
IsArray returns True if the variable is an array; otherwise, it returns False. IsArray is especially useful with variants containing arrays.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.