Update: A Pitfall for Beginners when Working with a Dictionary
Meir Bar-Tal Dear readers,
I wish to bring to your attention an updated version of a previous article on “A Tip for Beginners when Working with a Dictionary”.
Yours,
Meir
Meir Bar-Tal Dear readers,
I wish to bring to your attention an updated version of a previous article on “A Tip for Beginners when Working with a Dictionary”.
Yours,
Meir
Meir Bar-Tal When addressing a non-existing key in a Dictionary object, the add method is invoked by default. The problem is that the Windows Script Host does not inform during runtime that there is a missing key. Moreover, the automatically assigned Empty value may cause trouble to our subsequent code execution.
Recent Comments