quote:Originally posted by matty Why not shorten it to this: code:function OnEvent_ChatWndSendMessage(ChatWnd, Message){ return ' '+Message; } Why waste memory by allocating it for a variable when it isn't needed?
code:function OnEvent_ChatWndSendMessage(ChatWnd, Message){ return ' '+Message; }