I'm making a football simulation program, or at least trying to. I have a main data array where the team stats are, and then I load that data into a side array to sort/reverse the data to be appropriately displayed according to ranking, etc. (it's being sorted by the X axis)....however, the array is 3D - there are 4 groups, and each group takes one Z sheet; for instance group 1 is Z0, group 2 is Z1...the issue is that sorting only sorts the first Z sheet. Am I missing something here, can I sort the X axis on every Z sheet?