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

[REBOL] Re: areas, text, and read/binary

From: joel:neely:fedex at: 12-Feb-2002 13:02

Hi, Alan, alan parman wrote:
> Thanks, Brett and Joel, for your responses. > > Here is a script to play around with so you can see what I mean. >
As I asked in my earlier note, have you tried WRITE/BINARY instead of WRITE/STRING ? After making that substitution in your demo, I could repeatedly write and read the file without change. The simple rule (AFAICT) is to "match" the modes of your reading and writing (binary vs non-binary). Hope this helps! -jn-