nafiseh saberi wrote: > > thx...but do you know how can sort increasingly or > decreasingly ???
Just use {$a cmp $b} or {$b cmp $a} for alphabetical
and {$a <=> $b} or {$b <=> $a} for numerical order.
- RaFaL Pocztarski, [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
