Sorting cards

J. Landman Gay jacque at hyperactivesw.com
Thu Dec 30 01:41:17 EST 2021


I am converting an old stack to LC and it needs to sort cards by one of two fields. LC does 
stable sorts, so if I sort by field 1 it works, and then if I sort later by field 2 it retains 
the original sort and does a sub-sort. I don't want that. What's the best way to ignore the 
previous sort order?

I've tried a number of things with no luck.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list