I have a two-dimensional array of around 300 records, each with 24 fields, which I am sorting. Can anyone tell me if it's possible to move an entire record (ie, all 24 fields) to another array (this time a one dimensional) in one line, without using pigging loops all the time? The sort function is taking several seconds to do, and I'm sure it's just because of the way I'm swapping records around...