On Fri, 15 Dec 2000 13:07:31 REBOL Time Zone
 Donald Dalley <[EMAIL PROTECTED]> wrote:

> 
> What is the REBOL way of removing quotes (") from
> strings?

this is another way:

>> test: {This is a "test}
== {This is a "test}
>> replace/all test {"} ""
== "This is a test"

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

Reply via email to