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

[sc-users] Re: String sorting ?



sorry to answer my own post, but I forgot one thing...

When a bunch of files is dragged 'n' dropped to a Document window, the files get sorted backwards ?


2009/12/27 Hjalte Møller <spleef.sc@gmail.com>
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