[EMAIL PROTECTED] wrote:

> > I want to parse with the newline character denoting when to begin a new
> > series element.  I've tried using /all with specific stop characters,
> > but I can't figure out how to add in just the newline character for the
> > parse.
>
> Hi Ryan,
>
> what about
> parse/all string_to_parse "/n"

It seems above doesn't work.
Sounds like C syntax to me, unless I've written single line of conde in C :-)

what about following?:

parse/all string_to_parse "^/"
parse/all string_to_parse "(newline)"

Regards,

-pekr-


> Regards,
> Jan
>
> --
> Jan Strejcek
> [EMAIL PROTECTED]

Reply via email to