Hi Anton,

what the help of trim/auto _means_ is, that the first line gets trimmed,
and all subsequent lines get trimmed to the same amount, e.g. if three 
spaces had to be removed in the first line, there are never more than 
three spaces removed in the following lines.

Now in your example, the first line could not be trimmed, so nothing 
changed at all.

>> t: {   A^/     B^/   A}
== "   A^/     B^/   A"
>> trim/auto t
== "A^/  B^/A"


Kind regards,

Ingo


Am Fre, 2002-04-05 um 14.12 schrieb Anton:
> >> trim/auto "AAA^/ BBB^/  CCC^/   DDD"
> == {AAA
>  BBB
>   CCC
>    DDD}
> 
> I was expecting all the lines to be lined up.

P.S. That might be someting for 2.6: 

trim/align   left aligns all lines

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to