Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Is this bug in parse funtion?

From: g:santilli:tiscalinet:it at: 30-May-2003 16:42

Hi rebOldes, On Tuesday, May 27, 2003, 2:16:47 PM, you wrote: r> digits: charset "0123456789" r> parse "12 34" [2 digits copy x to end] r> probe x ;== " 34" r> parse "12 34" [2 digits skip copy x to end] r> probe x ;== "4" but I would suppose "34" Try PARSE/ALL. ;-) Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r