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

[REBOL] Re: Multi-process

From: al:bri:xtra at: 2-Nov-2002 13:41

Louis wrote:
> foreach line lines [ > write/append %i-8.txt join line newline > ]
Ouch! That's a lot of effort to put Rebol into! Instead, try: I8: read %i-8.txt foreach Line Lines [insert tail Line newline] write %i-8.txt join I8 Lines That way the file is read only once, and written to once. This method should be a lot quicker. I hope that helps Andrew Martin ICQ: 26227169 http://valley.150m.com/