|
|
|
|
|
| | |
VBscript Built-in Functions
Back to Function List
|
IsArray
Gives a Boolean value specifying whether a variable is an array
IsArray(varname)
The varname argument can be any variable.
IsArray returns True if the variable is an array; otherwise, it returns False. IsArray is especially useful with variants containing arrays.
|
|
|
|
|
|
|
|
|
|
|