classic773
Programmer
How do you create an end of line in a CString. I have an edit box that I'm outputting text to. How do I format the Cstring to put text on a new line periodically. In c++ \n would create a new line, that doesn't seem to work here.