[REBOL] Re: Reverse append refinement for write
From: louisaturk:coxinet at: 15-Aug-2002 1:06
Hi Greg, At 11:03 PM 8/14/2002 -0600, you wrote:>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] > >--GreggYou alway help me. It works great! Many thanks. Louis