View Single Post
  #2 (permalink)  
Old 01-23-2008, 07:27 PM
roots's Avatar
roots roots is offline
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 286
roots is on a distinguished road
It is okay to use \n or your other method for the line feed. It is recognized by Excel and similar CSV applications. But if you are viewing the generated CSV File using notepad like application, you might not see the line feed working because notepad/windows takes \r\n as the line feed.
You can use either of them.
__________________
dont worry newbie, we got you covered.
Reply With Quote