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

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

From: reboler:programmer at: 12-Feb-2002 14:55

Thanks, Joel. Yes I have tried write/binary. Try _changing_ some of the text then write/binary then look at the text in a NON-REBOL text editor (try nNotePad) You will see that the lines you changed end differently than the unchanged lines (at least on a Windoze box). I have found that if I write/binary and then convert-lines it is ok. I am wondering if the read portion could be changed. Perhaps 'to-string is not the best way to go?