[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] String sorting ?



Hello list,

Is there any way to sort strings according to how they are sorted by the OS ?

If you have a list of files like

1_bass.aif
2_sn.wav
...
10_file.wav
11_etc.aif

and collect them in an array, and sort them, you get

1_
10_
11_
2_

I know that is correct behavior, but it would be nice to be able to sort like osx does.

Best, Hjalte