Search and Delete Elements from Arrays
Category:
Lists, Collections and ArraysType:
ModulesDifficulty:
IntermediateAuthor:
EthanVersion Compatibility: Visual Basic 6
More information:
This Demo shows an easy way to:
- Search for data and delete elements from a dynamic array
- Add elements to an array(redim preserve)
- Set one array to equal another array
- Print array data on a form
- Selecting text in a text box (selstart, sellength)
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 delarray.zip