i have an array like this :
(
(1,33,"xcfd",45,"sdfsdf"),
(321,314,"xcfd",1,"yre")
}
and i want to sort this array's by the 4th key of each array
so in the first array the value is : 45 amd i nthe second array is 1 !!!!
and the result should give the second array as first and the first array as second
how do i do that?thnaks i nadvance
peleg