i have an object in actionScript3 code which i need to sort,
i iterate through the object and print out each value
for (var i:String in columnData)
{
however i need the data im iterating to be sorted aplhabetically. any suggestions on how to do this?