
Sorting a large variable list VERY quickly.
In this month's VB programmers journal, there's an article on sorting
procedures. You might want to pick up a copy and give it a shot.
Unfortunately, I haven't read the article yet, just looked at it and
decided that I'd read it when I have to sort something.
You know, you could put the items in a list box and have the list box
sort them, and then write them back to a file, I've used that method and
it seems to work fine, although I only had 500 items in it.
: Does anyone know how to sort a very large array (over 10,000)
: into alphabetical order as quick as possible. An ideal solution would
: be to load them into an unlimited listbox with the 'sorted' proprty set
: to true, and then putting the sorted list back into the variable again.
: The only piece of code that I know of works fine with small
: lists(50-200) but anything larger and you would be in for a very long
: night!
: Anyone got any ideas ?
:
: --
: Mr J.
---------------------------------------------------------------------
: Internet Direct (416)233-2999 128 lines, SLIP, 9600 - 28,800 bps :
---------------------------------------------------------------------