quote:
Originally posted 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);
}
Thnx for the code and the fast reply
It works
Greetz,
PaulE