CST2601 Visual Basic I
Notes on Arrays


Arrays Keyword Summary

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