Hi, I've got an array of rows (and thus a matrix) created user FasterCSV to extract data from a CSV file. I'd like to sort the matrix on column A ascending and, within that, column B descending. I looked at Matrix, but it doesn't seem to address that functionality. Is there a package that does, or do I have to write my own SuperMatrix inherited from Matrix? Thanks in Advance, Richard