What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » << Script for Quick texts >>

<< Script for Quick texts >>
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1622
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: RE: << Script for Quick texts >>
quote:
Originally posted by Mattike
That's why markee was using RegExp's. So, the code which should do it:
code:
var original = new Array("dont","cant","test");//what you are changing from
var changed = new Array("don't","can't","test1");//what you are changing to
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
for(i in original){
Message = Message.replace(RegExp(original[i], "gi"), changed[i]);
}
return Message;
}
;)

Exactly, all I forgot was to re-define Message 8-)

* markee writes note to always use the scripting engine now on before posting any code
[Image: markee.png]
01-06-2007 04:00 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Quick Texts - Help ! - by Double_N2 on 01-05-2007 at 03:55 PM
RE: Quick Texts - Help ! - by CookieRevised on 01-05-2007 at 05:45 PM
RE: Quick Texts - Help ! - by Double_N2 on 01-05-2007 at 08:46 PM
RE: << Script for Quick texts >> - by Tochjo on 01-06-2007 at 05:26 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