Please help me. I am a little bit confuse about getting the length or size of dictionary in vbscript without creating manual function to itterate the dictionary. Is there any available methode to get the length of the dictionary? (example like UBound in array).
Thank you for your attention,
Sorry for my bad english.
You can use Count. The Count property is used to determine the number of key/item pairs in the Dictionary object.