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

[REBOL] Re: Read/lines on a string!

From: gregg:pointillistic at: 20-Sep-2007 10:12

Hi Ed, EOC> Is there a function which can perform this (a read/lines) on a string? EOC> Was I foolish to resist parse? Does anyone have better ideas for EOC> working with these types of data files? I wouldn't worry too much about the temp file approach, but if you run into data that falls outside the bounds of what REBOL's "simple" approach will handle, I wouldn't resist PARSE either. Sometimes it can save you a lot of time for things like this, if you know what the rules are of course. :) -- Gregg