sort and column numbers
i am a novice in programming and am facing the following problem.
A B C
21 20 30
A B C are my columns and 21, 20, 30 the data i have. i need to sort the
data in descending; and i want to also find out the column numbers in
that order (in this case, 3, 1, 2).
thanks.
|