End of line Style

Sarah Reichelt sarah.reichelt at gmail.com
Sat May 24 18:04:11 EDT 2008


> is there a way to force Revolution to save a file with Mac End of line style
> (Return without lineFeed) on a window platForm ?

As Damien said, you can force the line-endings to be whatever you want
using "replace" but then you must remember to save the file using
"binfile:". If you use "file:" then it will revert back to the
system's normal line ending.

replace cr with numToChar(13) in tFileData
put tFileData into URL ("binfile:" & "MacFile.txt")

Cheers,
Sarah



More information about the use-livecode mailing list