Arrays Quick Reference

The following table lists methods for manipulating arrays.

Statement Purpose Reference

Erase

Erases the contents of an array.

Erase Array Method

LBound

Gets the lower boundary of an array.

Get Array Lower Boundary Method

Option Base

Specifies the default lower boundary to use for an array.

Set Array Lower Boundary Method

ReDim

Declares an array and reallocates memory.

Declare Array Method

UBound

Gets the upper boundary of an array.

Get Array Upper Boundary Method