Sorting with Akua Sweets
Sorting with Akua Sweets
- Subject: Sorting with Akua Sweets
- From: garrett <email@hidden>
- Date: Tue, 06 Nov 2001 07:31:22 -0600
I want to be able to sort a variable but the variable I am using is a list
that has many sublists. What I want to do is sort the variable based on one
of the sublists. The trick is everything has to sort, not just the one list
inside.
EG: lets say the VAR X has FirstName, LastName, Company lists in it.
If I want to sort on the FIRSTNAME, LastName and Company have to switch
based on the new order of Firstname as well otherwise the whole things is
screwed up.
Any ideas?
X--
garrett