by Joseph Huntley (8 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)
Takes a string array and sorts it alphabetically. This can be used to sort a listbox without the sorted property set to true. The code is heavily commented.
Inputs
strArray()
strOne, strTwo
Code Returns
A string array that was edited by reference
1 or 2
Side Effects
n/a
Download Sort Array (3 KB)