As a Newbie I'm sure this is a meaningless question but i need to know how to do line breaks inside a function.
E.g
code:
function OnEvent_ChatWndSendMessage(pChatWnd, sMessage){
sMessage = sMessage.replace("text to replace"," Some text A line break here some more text");