Complete VBScript Reference
The Array function returns a variant containing an array.
Note: The first element in the array is zero.
| Parameter | Description |
|---|---|
| arglist | Required. A list (separated by commas) of values that is the elements in the array |
The output of the code above will be:
The output of the code above will be:
Looping through all items in an array:
The output of the code above will be:
Complete VBScript Reference
Your message has been sent to W3Schools.