southbeach
Programmer
I am using fputs() to write strings of data to a text file. I am able to create the file but, for the life of me I cannot get the NL/CR.
When I open the file using notepad, the content is a very long single line.
What gives?
I have tried using \n, chr(10) and chr(13) ... none of them work.
I am running on WIN 2003 based server ...
thanks,
When I open the file using notepad, the content is a very long single line.
What gives?
I have tried using \n, chr(10) and chr(13) ... none of them work.
I am running on WIN 2003 based server ...
thanks,