What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [SOLVED] How do I create a variable thing like (!VER)?

[SOLVED] How do I create a variable thing like (!VER)?
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1622
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: How do I create a variable thing like (!VER)?
code:
function OnEvent_ChatWndSendMessage(Wnd,Msg){
...
Msg = Msg.replace(/\(\!MEH\)/g,variable);//replace (!MEH) with string in variable
..
}
If you want it to be case insensitive then use gi rather than just g.  This just uses regular expressions, which I highly recommend for all scripters to learn.
[Image: markee.png]
12-01-2006 07:48 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[SOLVED] How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 07:43 AM
RE: How do I create a variable thing like (!VER)? - by markee on 12-01-2006 at 07:48 AM
RE: How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 08:03 AM
RE: How do I create a variable thing like (!VER)? - by NiteMare on 12-01-2006 at 08:17 AM
RE: How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 08:28 AM
RE: RE: How do I create a variable thing like (!VER)? - by CookieRevised on 12-01-2006 at 07:35 PM
RE: How do I create a variable thing like (!VER)? - by Ezra on 12-01-2006 at 09:09 AM
RE: How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 12:38 PM
RE: How do I create a variable thing like (!VER)? - by markee on 12-01-2006 at 12:44 PM
RE: How do I create a variable thing like (!VER)? - by Felu on 12-01-2006 at 12:46 PM
RE: How do I create a variable thing like (!VER)? - by Agret on 12-01-2006 at 02:17 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