Sorting Numbers
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
- 
				Brittgriscom
 - Posts: 95
 - Joined: Wed Mar 30, 2011 10:15 am
 
Sorting Numbers
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
Hmm, maybe "sort" is what you are looking for? 
Like this:
...
sort lines of tListWithNumber descending numeric
...
The dictionary isn't THAT bad really...
 
Best
Klaus
			
			
									
									
						Like this:
...
sort lines of tListWithNumber descending numeric
...
The dictionary isn't THAT bad really...
Best
Klaus