sorting questing
- Posted by John McAdam <john.mcadam at MAIL.TELEPAC.PT> Apr 28, 2000
- 589 views
I have a list of words that I want to sort by word length. The longest words first, down to the shortest word. Do I make another sequence that holds the word length, then sort that? If so, then how to relate the two lists? Its probably a simple algorithm, but its been a hard week and I can't get it to work out. JOHN

