I have an array with 5 dimension the first 3 are string values and the forth is a numerical value. I need to sort this array by the first , second , third and finaly the fourth dimension.
eg
"FX","USD","NGOVT",2
"FX","USD","NGOVT",1
This should be coming out with the second row first then the...