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

[REBOL] Re: Read question in Reb 3.0

From: pwawood::gmail::com at: 17-Feb-2009 7:21

Hi Raimund This should work with text:
>> parse/all read %lines.txt newline
== ["line 1" "line 2" "line 3" "line 4" "line 5"] Regards Peter On 17 Feb 2009, at 01:19, Raimund Dold wrote: