Hi Volker,

This List is amazing !

I started this post with "I was struggling all day".
This "struggle" was indeed fun and I have enjoyed it a lot.
My code was working and I hesitated a long time before posting it.
I don't regret it.

I have learned a lot with you guys.

Regards
Patrick
----- Original Message ----- 
From: "Volker Nitsch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 17, 2003 1:41 PM
Subject: [REBOL] Re: parse problem


>
> Am Montag, 17. November 2003 12:36 schrieb Gabriele Santilli:
> > Hi Patrick,
> >
> > On Monday, November 17, 2003, 12:02:47 PM, you wrote:
> >
> > ppln> Hi Gabriele,
> >
> > ppln> No reason at all, and you are asking because it would be more
simple
> > ?
> >
> > Indeed. Let REBOL do the hard work for you.
> >
> > Then, you can do something like (not tested):
> >
> >    parse script rule: [
> >        any [
> >            set str string! (probe str)
> >
> >          | into rule
> >          | skip
> >
> >        ]
> >    ]
> >
>
> And have a look at load/next. You can position at the start of a string,
> load/next and get [first-value rest-of-string]. so you can pick strings
out
> of a bigger string without loading all (which may fail because rest of the
> bigger string is not rebol.
>
> >> load/next find {Hey "jippy" hoo} {"}
> == ["jippy" " hoo"]
>
> > Regards,
> >    Gabriele.
>
> -Volker
>
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.
>

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to