Qbasicnews.com
problem with array() call in a function.. - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QBasic (http://qbasicnews.com/newforum/forum-4.html)
+--- Forum: QB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-11.html)
+--- Thread: problem with array() call in a function.. (/thread-346.html)



problem with array() call in a function.. - Agamemnus - 03-05-2003

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]