
An easy way to add, read, remove, and find items in a single dimensioned array (emulates VB’s ListBox functionality without the user interface). Don’t use a ListBox or a Collection to build an array just because they have built in functions that make them easier to use; both these choices are slow, require a lot of overhead and were designed to meet a specific need. (UPDATED: Added Property Get Text).