> var a:Number = obj1.number; > var b:Number = obj2.number;
That made things much more clear. The reason things weren't working for me was because I expected the sort function to receive only the variable mapped to the column (i.e. "number") and not the entire row. The above worked perfectly for me. Thanks for the help :) Take care, Keith

