Maybe I didn't read this thread carefully, but won't
this work?:

>> str: {word1 word2 "a string"}
== {word1 word2 "a string"}
>> blk: to-block str
== [word1 word2 "a string"]

//Ed

--- Ryan Cole <[EMAIL PROTECTED]> wrote:
> do or load, depending on if you want to use it now
> or later.
> 
> Terry Brownell wrote:
> 
> > Hello again.
> >
> > Back to basics again.
> >
> > New question.
> >
> > here is a string read from a text file...
> >
> > str: {word1 word2 "a string"}
> >
> > How does one take str and make it usable?
> >
> > eg: blk: [word1 word2 "a string"]
> >
> > where word1 and word2 are words.. and
> > "a string" is a, er, string?
> >
> > I know I knew this a some point, but suffering
> from Rebol overload.
> >
> > Thanks
> > TBrownell


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to