What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » "Variable" in toast

"Variable" in toast
Author: Message:
Addenorw
New Member
*


Posts: 5
Joined: Nov 2007
O.P. Huh?  "Variable" in toast
I've got a little question. I want to make the toast use different words in the text. For example:
Person has just arrived in his/hers car

And I want the car-word to be many diffrent things. What will i need to write in then?

And one more question:
In the script, I have wrote this for the toast:
function OnEvent_ContactSignin(Email){
var contacmail = Email;
signedincontact = Messenger.MyContacts.GetContact(contactemail);
      if(signedincontact.Blocked!=true){
{
        var Message = signedincontact.Name+ "has just arrived in is/hers car"+.;
        Message = MsgPlus.RemoveFormatCodes(Message);
        MsgPlus.DisplayToast("", Message);
}

But it says that it is wrong in the var message thin. What is wrong?

Thanks in advance:)
11-04-2007 11:41 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
"Variable" in toast - by Addenorw on 11-04-2007 at 11:41 AM
RE: "Variable" in toast - by Spunky on 11-04-2007 at 12:21 PM
RE: "Variable" in toast - by Matti on 11-04-2007 at 03:53 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