Hi All,

I'm facing one strange problem.

I'm storing the two arrays ARR1 and ARR2 into the DICTIONARY as keys
and values respectively. i.e.I'm storing ARR1 as KEYS and ARR2 as
ITEMS

both arrays contains same number of items i.e. 75

Set objDict = CreateObject("Scripting.Dictionary")
For tb = 0 To UBound(ARR1)
 objDict.Add ARR1(tb),ARR2(tb)
Next

Now the dictionary is just storing 45 elements only of both the arrays
instead of complete 75.

Thanks in anticipation.

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to