Hi Hallvard, On Tuesday, March 2, 2004, 2:53:19 PM, you wrote:
HY> I want to parse a string like this: {word1 word2 HY> "expression 1" "expression 2" word3 "expression 3"} HY> and I want the output to be: ["word1" "word2" "expression HY> 1" "expression 2" "word3" "expression 3"] >> parse {word1 word2 "expression 1" "expression 2" word3 "expression 3"} none == ["word1" "word2" "expression 1" "expression 2" "word3" "expression 3"] Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.