Qbasicnews.com

Full Version: problem with array() call in a function..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Still on this quicksort...

I need to sort on one array and have both swap at the same time. I don't know if I have to use a lot of extra code than that which I put up in the General Forum. If I just call the sub with a 2-D array, it flips out and errors on me.

I call my quicksort sub with array(). [see the general QB Forum]