W wdegler Active Member Licensed User Longtime User Dec 3, 2011 #1 I have two lists of strings. Using B4A, I need to sort them as a unit alphabetically according to the first list. What is the best approach?
I have two lists of strings. Using B4A, I need to sort them as a unit alphabetically according to the first list. What is the best approach?
W wdegler Active Member Licensed User Longtime User Dec 3, 2011 #2 Never mind; I found "CompareTo". I know the rest. Never mind; I found "CompareTo". I know the rest. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 4, 2011 #3 A simpler solution is to use: List.Sort. Upvote 0