Re: Sort items in a list without OSAXen
Re: Sort items in a list without OSAXen
- Subject: Re: Sort items in a list without OSAXen
- From: Emmanuel <email@hidden>
- Date: Tue, 4 Sep 2001 02:00:02 +0200
At 18:14 +0200 3/09/01, Jon Pugh wrote:
>
>
At 11:04 AM +0200 9/3/2001, Emmanuel wrote:
>
>I'm sending it below as hexa.
>
>
But why hexa?
Jon.
I'm sure you've noticed since, but other users may not have.
The script that you posted as the translation of my hexa is not correct -
actually it does nothing:
>
on sort(l)
>
if length of l > 1 then return l
>
[...]
The list server has changed 'lower or equal' into 'greater' (that's why hexa).
Emmanuel