Getting line endings straight.

2010-10-01 Thread David Bovill
Most of the time we don;t need to worry about line endings - Rev handles them for us transparently. However, sometimes when workign with external sources you can get bitten. I thought I'd post this to make sure I've got things straight, and hopefully clarify things for others. My understanding is

Re: Getting line endings straight.

2010-10-01 Thread Richard Gaskin
David Bovill wrote: Most of the time we don;t need to worry about line endings - Rev handles them for us transparently. ... Some gotcha's: - A carriage return is numtochar(13) - however LiveCode internally thinks that CR = LF = numtochar(10) - On OSX LiveCode does not write out text