Hello, I am seeing two different things with dictionaries and was wondering what is the difference between the two and the benefit of using one over the other.
I am seeing
Dim dict as new dictionary
and
Dim dict as scripting.dictionary
what is the difference between new dictionary and scripting.dictionary and what is the benefit of using one over the other if there is? Thank you in advance
I am seeing
Dim dict as new dictionary
and
Dim dict as scripting.dictionary
what is the difference between new dictionary and scripting.dictionary and what is the benefit of using one over the other if there is? Thank you in advance