If you have \n on its own in Access or Excel you get a new line within a cell. Also if you only have \n all the way through the file, then you effectively have one huge record which can't be loaded into memory (size dependent);
\r\n is required in windows to indicate the end of a line.
\n only for linux, and I think macos is something else again, but I've never developed on a mac before so I can't confirm. This is a widely discussed topic on the internet and not difficult to find answers on.


Stephen York


Chris Devers wrote:

On Wed, 26 Oct 2005, Timothy Johnson wrote:

I think you can use \r instead of \n for Access and Excel.

Are you sure about that?
I thought Windows used \r\n as a pair (or \n\r?) for the line delimiter.

But then, I don't do Windows anymore, so I could be wrong :-)






--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to