What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Saving variables ActiveXObject & shell

Saving variables ActiveXObject & shell
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: RE: Saving variables ActiveXObject & shell
Oops, small typo. :P
js code:
function OnEvent_Timer(Timer){
    if (Timer == 'rato'){
        // Set personal message
>>>        Messenger.MyPersonalMessage = 'Score: ' + Score;<<<
        // Recreate timer
        MsgPlus.AddTimer('rato', 10000);
    }
}
The old name "score" should have been replaced by "Score". JScript is case sensitive when it comes to variable and function names. ;)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
06-20-2010 07:51 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Saving variables ActiveXObject & shell - by PedroGabriel on 06-19-2010 at 05:48 PM
RE: Saving variables ActiveXObject & shell - by Matti on 06-19-2010 at 06:30 PM
RE: RE: Saving variables ActiveXObject & shell - by Matti on 06-20-2010 at 07:51 AM
RE: Saving variables ActiveXObject & shell - by PedroGabriel on 06-19-2010 at 08:30 PM
RE: Saving variables ActiveXObject & shell - by PedroGabriel on 06-20-2010 at 07:56 AM
RE: Saving variables ActiveXObject & shell - by whiz on 06-20-2010 at 10:00 AM
RE: Saving variables ActiveXObject & shell - by Matti on 06-20-2010 at 02:07 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