Array Elements
Array Elements
Format
One Dimensional
array [ index ]
Two Dimensional
Description
After you create an array, you can set and retrieve the values of the array using square braces containing integer index numbers.
By default the index is an integer from 0 to one less than the length of an array is used to index values within an array. This behavior can be modified with the arraybase statement.
See Also
ArrayBase, ArrayLength, Assigned, Dim, Fill, Map, Redim, TypeOf, Unassign, VariableWatch