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:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: "Variable" in toast
The bit where it went wrong is that you placed a period outside the quotes:
code:
var Message = signedincontact.Name+ "has just arrived in is/hers car"+.;
You should place it between the quotes, and thus there's no need for the plus operator. Oh, and maybe you want a space before "has"? :)
code:
var Message = signedincontact.Name+ " has just arrived in is/hers car.";

Of course, if you simply use Spunky's code, you have everything you need. :P

This post was edited on 11-04-2007 at 03:53 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-04-2007 03:53 PM
Profile E-Mail PM Web 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