VBScript IsArray Function
The IsArray function returns a Boolean value indicating whether the specified variable is an array. It returns True if the variable is an array, otherwise it returns False.
Syntax
| Parameter | Description |
|---|---|
| variable | Required. Any variable. |
Example
Example 1
Output of the above example:
Example 2
Output of the above example:
Example 3
Output of the above example: