As I understand it, \n is a generic newline character, translated to the
appropriate CrLf / Lf / Cr, depending on how the specific OS chooses to
interpret a new line; using \n will translate correctly to what is required
regardless of which environment the final destination is.  In this regards,
\n is actually platform INdependant.

Joe

-----Original Message-----
From: Dave Benware [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 30, 2002 7:50 AM
To: [EMAIL PROTECTED]
Subject: What is the newline character (\n) equal to?


Correct me if I'm wrong, the newline character \n is
platform dependent.  On unix-type it would equal a LF
and on Windows it would equal a CRLF.

Right?


Bompa

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to