PDA

View Full Version : ขึ้นบรรทัดใหม่ใน Edit Box (newline in edit box)



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"