|
-
May 24th, 1999, 06:05 AM
#1
How to store a new line character in a Text File using CFile?
I want to store a new line character in a text file using CFile. Normally I am storing the text in CString and then using File.Write which is putting all the text in one single line.
-
May 24th, 1999, 01:35 PM
#2
Re: How to store a new line character in a Text File using CFile?
Try using "\r\n" instead of just '\n'.
-
June 1st, 1999, 04:19 AM
#3
Re: How to store a new line character in a Text File using CFile?
Thanks its working fine.
Zulfi
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|