Just wondering, is it possible to sort bunch of text with desire order?
Like the image attach below.
To be more specific, instead of (A101,A201,B101,B201B,R01) can I modify it to (B201,B101,A101,A201,R01) ?
I think what @maje90 is getting at is: Can you define your desired sequence in terms of a logical instruction to grasshopper. Sounds more like you want to be able to drag & drop items arbitrarily to make your list.
If your index numbers are always associated with the same list item then you can probably create a new list and use the index to sort items, but unless there’s some logic to your desired ordering it would mean manually doing it for every single item.