What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request]add an icon automatically in the beginning of every line I type

[request]add an icon automatically in the beginning of every line I type
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [request]add an icon automatically in the beginning of every line I type
Why not shorten it to this:

code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    return ':D '+Message;
}

Why waste memory by allocating it for a variable when it isn't needed?

This post was edited on 09-04-2007 at 06:02 PM by matty.
09-04-2007 06:02 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request]add an icon automatically in the beginning of every line I type - by bungleMX on 09-04-2007 at 05:22 PM
RE: [request]add an icon automatically in the beginning of every line I type - by Spunky on 09-04-2007 at 05:36 PM
RE: RE: [request]add an icon automatically in the beginning of every line I type - by bungleMX on 09-04-2007 at 05:50 PM
RE: [request]add an icon automatically in the beginning of every line I type - by Spunky on 09-04-2007 at 05:52 PM
RE: [request]add an icon automatically in the beginning of every line I type - by matty on 09-04-2007 at 06:02 PM
RE: [request]add an icon automatically in the beginning of every line I type - by toddy on 09-04-2007 at 06:08 PM
RE: [request]add an icon automatically in the beginning of every line I type - by Spunky on 09-04-2007 at 06:32 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On