Page 1 of 1

Sorting a variable

Posted: Tue Jul 21, 2009 1:47 am
by warrenk
Is there anyway to sort multiple items in a variable mixing ascending and descending?

ie. sort lines of tData by word 1 of each, word 2 of each, word 3 of each
...where word 1 and word 2 are acscending and word 3 is descending.

Thanks for any help!
Warren

Sorting a variable

Posted: Tue Jul 21, 2009 10:08 am
by jmburnod
Hi Warren,

I'm not sur i understand your project (I'm a beginner in english)

Sorting by one item ascending or descending is easy

but what is the result after a sort by differents items ?

Do you have an exemple of a list you need (before and after sort) ?

Regards