| Action | Keywords |
|---|---|
| Verify an array. | IsArray |
| Create an array. | Array |
| Change default lower limit. | Option Base |
| Declare and initialize an array. | Dim, Private, Public, ReDim, Static |
| Find the limits of an array. | LBound, UBound |
| Reinitialize an array. | Erase, ReDim |