A non recursive QSort would be very interesting, can it be done?
The reward would be less calls to a sub to pass parameters, gots to speed it some or allot?
Can it be done?, probably...
I'd like to see that so much, I will give it a shot.
PS For... Next Loop is the slowest loop structure, though it might act as a crutch to get the sub up and running, you would want to replace it with Do... Loop or While... Wend maybe even a GoTo.
The reward would be less calls to a sub to pass parameters, gots to speed it some or allot?
Can it be done?, probably...
I'd like to see that so much, I will give it a shot.
PS For... Next Loop is the slowest loop structure, though it might act as a crutch to get the sub up and running, you would want to replace it with Do... Loop or While... Wend maybe even a GoTo.
b = b + ...