What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Unique request,well not so unique

Unique request,well not so unique
Author: Message:
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: RE: Unique request,well not so unique
quote:
Originally posted by Matty
Blah its if he knows who is signed in on their phone he can put the email there, so if the email isn't one of those people then stylize the text.

true, but they're not always online using their phones.
aside from that, using this statement
code:
if (Email != "johndoe@hotmail.com || Email != "johndoe2@hotmail.com){
   // stylize text
}
will ALWAYS execute the code, since if Email has value "johndoe@hotmail.com" then it would be
code:
if (false || true) // thus TRUE
{
// execute code
}
so there's no point in having an if-statement this way because if you != 1 variable against more than 1 value, it will always return true.
10-25-2006 02:08 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Unique request,well not so unique - by hearwithoutyou on 10-24-2006 at 03:26 PM
RE: Unique request,well not so unique - by matty on 10-24-2006 at 03:36 PM
RE: Unique request,well not so unique - by hearwithoutyou on 10-24-2006 at 03:41 PM
RE: Unique request,well not so unique - by matty on 10-24-2006 at 05:38 PM
RE: Unique request,well not so unique - by Spunky on 10-24-2006 at 08:13 PM
RE: Unique request,well not so unique - by matty on 10-24-2006 at 09:27 PM
RE: RE: Unique request,well not so unique - by Jesus on 10-25-2006 at 12:16 PM
RE: Unique request,well not so unique - by hearwithoutyou on 10-25-2006 at 08:32 AM
RE: Unique request,well not so unique - by hearwithoutyou on 10-25-2006 at 09:46 AM
RE: Unique request,well not so unique - by matty on 10-25-2006 at 12:10 PM
RE: Unique request,well not so unique - by matty on 10-25-2006 at 12:49 PM
RE: RE: Unique request,well not so unique - by Jesus on 10-25-2006 at 02:08 PM
RE: Unique request,well not so unique - by Spunky on 10-25-2006 at 02:20 PM
RE: Unique request,well not so unique - by matty on 10-25-2006 at 02:50 PM
RE: RE: Unique request,well not so unique - by Jesus on 10-25-2006 at 09:38 PM
RE: Unique request,well not so unique - by Spunky on 10-25-2006 at 02:52 PM
RE: Unique request,well not so unique - by RaceProUK on 10-25-2006 at 09:13 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