PDA

View Full Version : Multi-Multisort


Ultragames
03-01-2005, 03:34 AM
I am sorting a set of array, (a large set) through multisort. The thing that i am sorting by, (what is this called btw?) is the Unix timestamp of each entry.

Is there a way i can sort the same set of arrays by another array, when the unix timestamp is the same?

Hope this can be done without to much complication. THanks.