derrick
Computer
- Jun 13, 2001
- 40
I need to read a file containing about 250,000 records, sort them, and write the resulting list to another file.
List boxes are restricted to an index of 32,767. Although I can enter more items in a sorted listbox and refer to them in order by reading the first index, then deleting it so that the next list item is available, the sorting is far too slow.
Is an array of records using a sorting algorithm the best answer?
Any brillaint solutions anyone?
List boxes are restricted to an index of 32,767. Although I can enter more items in a sorted listbox and refer to them in order by reading the first index, then deleting it so that the next list item is available, the sorting is far too slow.
Is an array of records using a sorting algorithm the best answer?
Any brillaint solutions anyone?