I a looking for an workaround related to dictionary objects items
Dim a, d \'Create some variables
Set d = CreateObject(\"Scripting.Dictionary\")
d.Add \
No. By definition, dictionary data types use keys that must be unique. I know it's like this on most implementations, but the closest I can come to for an authoritative reference for VBscript's Scripting.Dictionary
is this TechNet blurb:
A key is a unique entry: no two keys within a single Dictionary object can be the same.