Hi all.
Is it possible to re-order the contents of a 2-dimensional array according to the contents of one field?
I have an array;
which consists of n returned records with 5 fields each. I'd like to reorder this array several times in the same function, each time ordering by a different one of it's 5 data fields.
Does anyone know of a command/method that will do this, or will I have to design a function myself?
Thanks,
DaveMere
Is it possible to re-order the contents of a 2-dimensional array according to the contents of one field?
I have an array;
Code:
LOC(1 to 5, 1 to n)
Does anyone know of a command/method that will do this, or will I have to design a function myself?
Thanks,
DaveMere