Dynamic array class for Strings
Category:
Lists, Collections and ArraysType:
ClassesDifficulty:
BeginningAuthor:
Leo ShusterVersion Compatibility: Visual Basic 5
More information:
This is a dynamic array class (implemented for Strings but can be easily generalized for any other type of object) based on VB's existing implementation of arrays. It contains all the functionality of a Collection class (plus more) but none of the overhead. A nice utility class for quick manipulations.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download strlist.zip