Hi,
Recently I have had the need to do a sort and then do a second sort while the item of the first sort stays the same ( double sorting , first on column x then while column x is the same sort column y).
I did not put much efffort into error checking but so far I did not need it.
For my applications so far it works perfectly however if someone is willing I want to test this extensivly.
If anyone has big lists of random stuff to sort could you try this out please?
#include <Array.au3>
; #FUNCTION# ===========================================================