[EMAIL PROTECTED] wrote:
> Dear rebol-list,
> 
> Seems like the list made a little jump.
> 
> Here is the function that goes neverending.
> 
> 
> 
> ctag = "<img src="tvlin1.gif" align="right" hspace="0" vspace="0" alt=""
> width="66" height="42">" ----------------------------------- parse ctag [
>      any [to "src=^"" (print ctag)]
> ]
> ----------------------------------

It seems correct that this loops forever. The "to" statements searches up
to, but not past the occurance of the string. Replace it with "thru" and it
will instead search past it, and your routine will exit (although I don't
really see what it's supposed to do, I guess it's just a test?).

-- 
  /Johan R�nnblom, Team Amiga

Reply via email to