Hi All,
Is there a way of sorting values stored in a local? For example:
should be transformed to:
Thanks in advance!
Ariel
Is there a way of sorting values stored in a local? For example:
Code:
local direction 1 0 2 4 3
Code:
local direction 0 1 2 3 4
Ariel
Comment