Hi guys,

I have an array that has mixed data of strings and integers and i want to sort it by the LAST element which is an integer:


myArray[string,string,integer,integer,string,integer]

How do I do this??