Csaba Láng wrote:
Dear list,
I need to make a decreasing order from 10 different numbers. Namely, I have 10 people doing something finishing in different times, and I would like to display their ranking in a decreasing order. Is it possible to create such an order in Pd? Any clues are welcome.
many possible ways:
1.) VANILLA: [text define] and the [sort( message (but as of PD.0.51 you have to take care for the descending order manually after sorting) 2.) [list-sort] from the [LIST-ABS] abstractions 3.) [sort] from the [ZEXY] library
best
oliver