Copy link to clipboard
Copied
Hi,
is there a function or simple way to sort an array of numbers in order of their values and not as strings? E.g, have 100 come AFTER 9; (9, 100) not (100, 9).
Thanks.
use the ARRAY.numeric parameter.
(and you can always use a custom sort function parameter for more customized sorts.)
Copy link to clipboard
Copied
use the ARRAY.numeric parameter.
(and you can always use a custom sort function parameter for more customized sorts.)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now