linefeed question

Dar Scott dsc at swcp.com
Sun Jan 4 01:47:48 EST 2004


On Saturday, January 3, 2004, at 11:36 PM, Doug Lerner wrote:

> I bet that is it. But I wonder why it would be there. I am doing a read
> until CRLF...

Though the Revolution CR is not the ASCII Carriage Return, but the same 
as ASCII LF, the constant CRLF is the ASCII CR followed by the ASCII 
LF.  A read until CRLF will include ASCII CR and ASCII LF at the end.

One approach is to remove the numToChar(13) characters.

Dar Scott



More information about the use-livecode mailing list