IF statement help..
- From: dankennedy24@xxxxxxxxx
- Date: 27 Aug 2006 23:32:54 -0700
Hello,
How can I make the following line go from
"if the class field of objmember is equal to user" then....
to
"if the class field of objmember is equal to user AND if the LDAP field
named mail exists in the record" then....
Here's my current if statement:
If ObjMember.Class = "user" Then
I ran into an issue in a result set where I captured user records and
asked my script to return the mail field but the mail field didn't
exist and that blows up my script.
Any help is appreciated.
Thanks,
Dan
.
- Follow-Ups:
- Re: IF statement help..
- From: Steven Burn
- Re: IF statement help..
- Prev by Date: Re: Multiple OU's?
- Next by Date: Re: IF statement help..
- Previous by thread: How to replace entire line VBscript
- Next by thread: Re: IF statement help..
- Index(es):
Relevant Pages
|