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

[REBOL] Re: 'Parse is peculiar! - more details

From: arolls::bigpond::net::au at: 15-Dec-2000 1:18

Shannon, If name has a value before the parse, then there is no error and it returns true. Can you check from a fresh start? digits: charset "0123456789" line1: {Lets find "Julie<1234>"} parse line1 [thru {"} copy name [thru {<} 4 digits {>} (print name)] to end] Anton.