Page 1 of 1

Sorting Numbers

Posted: Wed Jun 13, 2012 9:34 pm
by Brittgriscom
In the long run, I'm trying to do a merge sort of a long list of numbers. In the short run, I just want do a simple sort of these numbers: 5,4,3,2,1. How do I do that?

Re: Sorting Numbers

Posted: Wed Jun 13, 2012 9:44 pm
by Klaus
Hmm, maybe "sort" is what you are looking for?
Like this:
...
sort lines of tListWithNumber descending numeric
...
The dictionary isn't THAT bad really... 8)


Best

Klaus