code:for(var enumerator = new Enumerator(ChatWnd.Contacts); !enumerator.atEnd(); enumerator.moveNext()) {
var contact = enumerator.item(); //this is now a Contact object
Debug.Trace('Contact: ' + contact.Email);
}
This post was edited on 08-30-2006 at 03:19 PM by matty.
code:for(var enumerator = new Enumerator(ChatWnd.Contacts); !enumerator.atEnd(); enumerator.moveNext()) {
var contact = enumerator.item(); //this is now a Contact object
Debug.Trace('Contact: ' + contact.Email);
}