npinelo
01-18-2004, 12:49 AM
Hi:
I have a script that have following code to sort results in order: @keepers=sort(@keepers); for reversal order I need to change it for following line: @keepers=reverse(sort(@keepers)); and works fine, my question is: what I need to write instead this line to get random sorting?
thank you in advance
npinelo
I have a script that have following code to sort results in order: @keepers=sort(@keepers); for reversal order I need to change it for following line: @keepers=reverse(sort(@keepers)); and works fine, my question is: what I need to write instead this line to get random sorting?
thank you in advance
npinelo