Hi,
I want to display several lines of text in a multiline
edit box. Eachline is displayed when an element of a
list box is double clicked.
The text is being put into the associated variable in a switch
about in the following way
......m_output = "ok - print this out \n";
The text is currently displaying in the edit box with a "funny"
| type character at the end and the cursor is not moving to the next
line. When the next line of text is displayed it appears
immediately after the | character and is also followed by the | .
The \n seems to be misinterpreted .....how do I get a carriage return????
I want to display several lines of text in a multiline
edit box. Eachline is displayed when an element of a
list box is double clicked.
The text is being put into the associated variable in a switch
about in the following way
......m_output = "ok - print this out \n";
The text is currently displaying in the edit box with a "funny"
| type character at the end and the cursor is not moving to the next
line. When the next line of text is displayed it appears
immediately after the | character and is also followed by the | .
The \n seems to be misinterpreted .....how do I get a carriage return????