Page 1 of 1

optional keyword with for sortarray()

Posted: Thu Jun 17, 2004 11:40 am
by blueznl
very useful: multiple arrays sorted at once:

sortarray() normally sorts one array

sortarray(x1()) with x2(), x3(), x4() would sort the arrays x2() x3() and x4() based on the sequence in x1()

alternative syntax:

multisort(x1(),,,x2(),x3(),x4())

or something along those lines...