What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [SOLVED] Global variable not changing value

[SOLVED] Global variable not changing value
Author: Message:
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: [HELP] Global variable not changing value
I can't test at the moment, but try replacing
var admin = String("");
with
var admin = "";

and place after each case statement:
Javascript code:
case ".login":
             admin = MsgPlus.RemoveFormatCodes(Origin);
             ChatWnd.SendMessage("Password accepted :) admin:" + admin);
             ChatWnd.SendMessage("/close");
break;
 

[signature.jpg]
05-06-2010 12:49 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[SOLVED] Global variable not changing value - by DELmE on 05-06-2010 at 12:20 PM
RE: [HELP] Global variable not changing value - by foaly on 05-06-2010 at 12:49 PM
RE: RE: [HELP] Global variable not changing value - by DELmE on 05-06-2010 at 12:50 PM
RE: [HELP] Global variable not changing value - by DELmE on 05-06-2010 at 12:53 PM
RE: [HELP] Global variable not changing value - by foaly on 05-06-2010 at 12:55 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