Click to See Complete Forum and Search --> : Sorting Arrays


January 24th, 2000, 11:34 AM
Is there a built-in function for sorting arrays or do I have to code one?

Lothar Haensler
January 25th, 2000, 01:14 AM
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.