So yeah... i'm trying to make a script that gives me medians... but I can't sort a list of numbers because it will put multiple-digit numbers in the wrong place.
For example, I put in 1,2,3,10,22,31 in _ArraySort and it gives me
1,10,2,22,3,31
Any way I can put these numbers in order of least to greatest?