What are your intentions? Please give us a more specific example.
Just quickly, this works:

sample: "he l lo-"
parse/all sample [copy text [[to "-" "-"] | to end] (print text)]

I added another hyphen so it gets eaten, otherwise
[to "-"] leaves it hanging and parse won't quite finish.

Anton.

> The following syntax is incorrect. Is there any way to accomplish my
> intentions?
> 
> parse/all sample [copy text to ["-" | end] (print text)]
> 
> Ryan C. Christiansen
> Web Developer

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

Reply via email to