Best way to sort one list based on another?
|
07-04-2015, 09:53 PM
Post: #5
|
|||
|
|||
RE: Best way to sort one list based on another?
Okay, here's a quick & dirty effort[1]:
Code: EXPORT name := { "Bird", "Jordan", "O'Neal" }; Call as: SORTB(name, height) [1] It's not perfect - two people with the same height will be sorted by name as well. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Best way to sort one list based on another? - BruceH - 07-04-2015, 10:40 AM
RE: Best way to sort one list based on another? - roadrunner - 07-04-2015, 02:52 PM
RE: Best way to sort one list based on another? - DrD - 07-04-2015, 06:51 PM
RE: Best way to sort one list based on another? - StephenG1CMZ - 07-04-2015, 08:00 PM
RE: Best way to sort one list based on another? - BruceH - 07-04-2015 09:53 PM
RE: Best way to sort one list based on another? - Tyann - 07-05-2015, 06:03 AM
RE: Best way to sort one list based on another? ANSWERED - BruceH - 07-05-2015, 07:34 AM
RE: Best way to sort one list based on another? - Tyann - 07-05-2015, 06:27 PM
|
User(s) browsing this thread: 1 Guest(s)