What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Who Can Make Me ...

Who Can Make Me ...
Author: Message:
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: Who Can Make Me ...
Does this work? EDIT: used SLM's code below.
JScript code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
    Msg = Message.split(" ");
    for(var s in Msg)
    {
        Msg[s] = Msg[s].substr(0,1).toUpper() + Msg[s].substr(1);
    }
    return Msg.join(" ");
}


This post was edited on 10-08-2008 at 11:04 AM by davidpolitis.
10-08-2008 10:28 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Who Can Make Me ... - by Burnett1 on 10-07-2008 at 08:07 PM
RE: Who Can Make Me ... - by Kenji on 10-07-2008 at 09:54 PM
RE: Who Can Make Me ... - by Burnett1 on 10-07-2008 at 10:15 PM
RE: Who Can Make Me ... - by Justin on 10-07-2008 at 11:27 PM
RE: Who Can Make Me ... - by Jarrod on 10-07-2008 at 11:51 PM
RE: Who Can Make Me ... - by davidpolitis on 10-08-2008 at 10:28 AM
RE: Who Can Make Me ... - by Spunky on 10-08-2008 at 10:46 AM
RE: Who Can Make Me ... - by Burnett1 on 10-08-2008 at 08:03 PM
RE: Who Can Make Me ... - by djdannyp on 10-08-2008 at 09:49 PM
RE: Who Can Make Me ... - by Burnett1 on 10-09-2008 at 12:39 AM
RE: Who Can Make Me ... - by Spunky on 10-09-2008 at 06:55 AM
RE: RE: Who Can Make Me ... - by djdannyp on 10-09-2008 at 06:38 PM
RE: Who Can Make Me ... - by Jarrod on 10-09-2008 at 11:08 AM
RE: Who Can Make Me ... - by roflmao456 on 10-09-2008 at 09:52 PM
RE: RE: Who Can Make Me ... - by djdannyp on 10-09-2008 at 10:14 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