Arrays Quick Reference
The following table lists methods for manipulating arrays.
Statement | Purpose | Reference |
---|---|---|
Erase |
Erases the contents of an array. |
|
LBound |
Gets the lower boundary of an array. |
|
Option Base |
Specifies the default lower boundary to use for an array. |
|
ReDim |
Declares an array and reallocates memory. |
|
UBound |
Gets the upper boundary of an array. |