What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » I need a little help...

I need a little help...
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: I need a little help...
i wrote this for a mate a while ago

code:
var Contacts = ChatWnd.Contacts;
var e = new Enumerator(Contacts);
for(; !e.atEnd(); e.moveNext()) {
    var Contact = e.item();
    Debug.Trace("Contact's Email: "+Contact.Email);
}

07-25-2006 02:38 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
I need a little help... - by dbgtrgr on 07-25-2006 at 01:04 AM
RE: I need a little help... - by matty on 07-25-2006 at 02:37 AM
RE: I need a little help... - by Stigmata on 07-25-2006 at 02:38 AM
RE: I need a little help... - by dbgtrgr on 07-25-2006 at 02:57 AM
RE: I need a little help... - by markee on 07-25-2006 at 03:15 AM
RE: I need a little help... - by matty on 07-25-2006 at 03:25 AM
RE: I need a little help... - by cloudhunter on 07-25-2006 at 03:26 AM
RE: I need a little help... - by matty on 07-25-2006 at 03:34 AM
RE: I need a little help... - by markee on 07-25-2006 at 03:35 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