Shannon,

If name has a value before the parse, then there is no
error and it returns true.
Can you check from a fresh start?

digits: charset "0123456789"
line1: {Lets find "Julie<1234>"}
parse line1 [thru {"} copy name [thru {<} 4 digits {>} (print name)] to end]

Anton.

> >->> parse line1 [thru {"} copy name [thru {<} 4 digits {>}
> (print name)] to end]
> >** Script Error: name has no value
> >** Near: print name
>
> I guarantee that this line works in the latest rebol/view
> (experimental) for Win9X. The
> version is  'REBOL/View 0.10.38.3.1 28-Nov-2000'. Which version
> do you have? This looks
> like inconsistent behavior. (print name) should execute after the
> closing '>' is matched.


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

Reply via email to