click below
click below
Normal Size Small Size show me how
Array Review Study
Term | Definition |
---|---|
ReDim Preserve | Keyword(s) used to re-declare an array AND hold the values |
ReDim | Keyword(s) used to re-declare an array |
Position | You can use multiple arrays where their elements are related in the arrays by their |
ListBox | A control used to display lists of items |
Items Property | Allows the user to add a set of strings to the String Collection Editor |
Sorted Property | Displays items in alphabetical order |
items.Add() | List box method used to add items to a list during runtime |
items.Remove() | List box method used to remove items from a list during runtime |
List Box | Control used to display a list of items |
Zero | First index number in an array |
Length | Property that will give the number of elements in an array |
Elements | Values in an array |