Simplified Array Sorting
Category:
Lists, Collections and ArraysType:
SnippetsDifficulty:
BeginningAuthor:
Chris VannVersion Compatibility: Visual Basic 6, Visual Basic 5
More information:
This very simple beginner level procedure provides a way of sortying an array, numeric, or alphanumeric. I thought this might help some people new to vb who just want to know how to sort.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: