Carl Read  wrote.. apparently on 17-Mar-2004/16:04:04+13:00

>So how come the first string has had its extra spaces removed?!? 
>(Same result on View 1.2.1, 1.2.5 and 1.2.10.)  And is there any
>known fix for this?
>

>> layout [t: text-list "a    b    c" "a    b    c"]
>> probe t/data
["a b c" "a    b    c"]
== ["a b c" "a    b    c"]
>> layout [t: text-list as-is "a    b    c" "a    b    c"]
>> probe t/data
["a    b    c" "a    b    c"]
== ["a    b    c" "a    b    c"]

--
Graham Chiu
http://www.compkarori.com/cerebrus
http://www.compkarori.com/rebolml

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to