hi Raimund,

R2 parses binary data as a string (Although some argue otherwise), you
always get string type results.  In R2 strings and binary are pretty much
the same internally.  Its possible the to-string implicit convertion was
kept in R3 since, AFAIK, parse hasn't actually been rewritten yet in R3.

-MAx

On Wed, Feb 18, 2009 at 1:02 PM, Raimund Dold <[email protected]> wrote:

>
> Hi,
>
> thanx this works. But also raises another question for me.
>
> read %lines.txt returns a binary. Why is it possible to omit the to-string
> and
> still get a decent parse result? Is there an implicit to-string?
>
> Raimund
>
> Am Dienstag 17 Februar 2009 schrieb Peter W A Wood:
> > Hi Raimund
> >
> > This should work with text:
> >  >> parse/all read %lines.txt newline
> >
> > == ["line 1" "line 2" "line 3" "line 4" "line 5"]
> >
> > Regards
> >
> > Peter
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
>


-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to