Is there a built-in function for sorting arrays or do I have to code one?
Printable View
Is there a built-in function for sorting arrays or do I have to code one?
you have to code one yourself.
...or, if you are as lazy as I am, use the Listbox's or ListView's Sorted property and add your strings to a list... and let the list thing do the sorting.