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

[REBOL] Re: Reverse append refinement for write

From: greggirwin:mindspring at: 14-Aug-2002 23:03

Hi Louis << How can I append a string to the beginning of a file instead of to its end? >> How about this? close insert open %test.txt reduce [now newline] --Gregg