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

Enumeration?
Author: Message:
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: Enumeration?
code:
var _adStateClosed = 0;
var _adStateOpened = 1;
/* ... more states ... */

if (objDBHandle.State == _adStateOpened) { /* Opened state */ ... }



will work

This post was edited on 09-16-2008 at 07:52 PM by vaccination.
[Image: jumbled.png]
09-16-2008 07:51 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Enumeration? - by Zero on 09-16-2008 at 07:29 PM
RE: Enumeration? - by vaccination on 09-16-2008 at 07:51 PM
RE: Enumeration? - by TheSteve on 09-18-2008 at 12:44 AM
RE: Enumeration? - by ShawnZ on 09-18-2008 at 01:09 AM


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