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

Public variables...
Author: Message:
FlashTato
New Member
*


Posts: 1
Joined: Nov 2007
RE: Public variables...
As said by roflmao456, if you use the EQUAL (=) operator that will return always true as you are going to assign a value to the var.

For comparing 2 vars you should use the IS_EQUAL operator (==).

code:
var foo = true;  //Declare a variable statement

if(foo == true){ //or simply if(foo)...
//Your code
}


quote:
I already have var in front.

That doesn't matter. ;)

This post was edited on 11-04-2007 at 07:20 PM by FlashTato.
11-04-2007 07:18 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Public variables... - by Toneo on 11-04-2007 at 06:45 PM
RE: Public variables... - by roflmao456 on 11-04-2007 at 06:54 PM
RE: Public variables... - by Toneo on 11-04-2007 at 06:55 PM
RE: Public variables... - by FlashTato on 11-04-2007 at 07:18 PM
RE: Public variables... - by Toneo on 11-04-2007 at 07:21 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