Hi,
I have a procedure that creates a 1 dimension array of random numbers that I need to sort into ascending order. The array could be as short as 10 numbers or could be 10,000, so speed may be an isssue, but for the moment actually working is my main concern.
I used a function by J Walkenbach that sorts them into order, but the array returned rounds the numbers to integers.
Does anyone have a function that does not convert the numbers.
Mike