Sort items inside a listbox
I have some listboxes whose items are filled in by a script and/or via a CSV.
1. I would like items containing "T*T" to appear at the top of the list, sorted alphabetically. (As this word is censored by the forum I wrote it "T * T", you can see it on the screenshot)
2. I would like items containing "ADE" (and not containing "T*T") to appear next, sorted alphabetically.
3. And I would like all the other items to appear after, sorted alphabetically.
See screenshot: white list is the current, yellow list is what I want.
Is it possible?


