|
I'm not implementing the bubble sort. I
could have used a TList. It would be a bit faster, but for much less
code, I used a TStringList to do the sort, created a new temporary array in the
sorted order, then copied the memory contents over the top of the original
array. Works well. I wanted the array sorted without mucking around
with established bug-free code which uses the array.
Ross.
|
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
