Function suggestion: tc(sort)

tc(split) lets us select items from a list, tc(sort) would let us sort these items.

tc(sort, [text], [separator], [direction = asc | desc | random])
Splits [text] by [separator], sorts the resulting list according to [direction], returns the sorted list joined with [separator]. Default value if [direction] isn’t given would be asc.

1 Like

Good idea, this has been added in 3.74, will be available as soon as new build is out:

1 Like

Great idea with the nsort mode, that’s gonna save us from a bunch of tc(lpad) based shenanigans, thanks!

This topic was automatically closed 25 days after the last reply. New replies are no longer allowed.