On 1/4/04 3:47 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > 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
Yes, of course. Thanks. doug _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
