I have a multi-dimensional array loaded with xml. Now I need to sort the aMain array depending on the users choice. But it has to be sorted the values of the inner array.
for (){
aMain.push( [xml.TRACK[n].SUB_TRACK[m].BEAM,
xml.TRACK[n].SUB_TRACK[m].SPOT, etc...]);
}
How would I do this?
Regards
Cor van Dooren
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

