[REBOL] Re: Parsing
From: al:bri:xtra at: 25-Jan-2001 16:07
Paul Tretter wrote:
> Parsing should be enhanced with an option to return a string datatype!.
Have you tried this:
rejoin parse "string" " "
?
> Everyone that has dealt with REBOL for a length of time has come across
the problem of needing to do the following:
> at series index
What would be a simpler way?
> the problem is that parsing returns a block! datatype.
'parse chops one thing (a string!) into many things. A block is ideal for
storing most things, while hash! and list! cover the rest.
> Anyone know if this will be changed in future /Core revisions?
I'm sure I misunderstand your intent. Could you give an example, please?
Andrew Martin
ICQ: 26227169 http://members.nbci.com/AndrewMartin/
-><-
----- Original Message -----
From: "Paul Tretter" <[ptretter--norcom2000--com]>
To: <[rebol-list--rebol--com]>
Sent: Thursday, 25 January 2001 3:25 PM
Subject: [REBOL] Parsing
> Parsing should be enhanced with an option to return a string datatype!.
Everyone that has dealt with REBOL for a length of time has come across the
problem of needing to do the following: