asylu3
17-12-2003, 12:20 AM
In case of using multiline option,
You can not use simple "n" anymore.
Use this one instead
m_ShowOutput+="HellornWorld";
The result would be
Hello
World
Note: r mean "return"
You can not use simple "n" anymore.
Use this one instead
m_ShowOutput+="HellornWorld";
The result would be
Hello
World
Note: r mean "return"