Dictionaries
- From: jacksneed2000@xxxxxxxxx
- Date: 17 May 2005 12:06:28 -0700
I have defined a dictionary that has UserName and EMail values being
stored using code similiar to the following:
Set dict1 = CreateObject ("Scripting.Dictionary")
If NOT dict1.exists(UserName) then
dict1.Add UserName,Email
Else
f1.writeline UserName & " is a duplicate"
End If
How would I also retrieve the stored Email value if a UserName is found
to be a duplicate?
.
- Follow-Ups:
- Re: Dictionaries
- From: Torgeir Bakken \(MVP\)
- Re: Dictionaries
- Prev by Date: How to detect if a wmi provider is installed?
- Next by Date: Re: Date formats
- Previous by thread: How to detect if a wmi provider is installed?
- Next by thread: Re: Dictionaries
- Index(es):
Relevant Pages
|