[PD] numeric order

Mirko Maier mirkom at gmx.de
Sun Jun 19 19:20:02 CEST 2011


hi everybody,

i have textfile like

1 this;
4 my;
3 is;
10 file;

and i would like to put it into numerical order, so that the final result is

1 this;
3 is;
4 my;
10 list;

the only possibility i found was a recursive use of "minmax", but i have huge lists and then it is very cpu-expensive. is there any object for numerical ordering or something shorter than using "minmax"? thanks for hints.

best
mirko
-- 
NEU: FreePhone - kostenlos mobil telefonieren!			
Jetzt informieren: http://www.gmx.net/de/go/freephone



More information about the Pd-list mailing list