I need something like Scripting.Dictionary
but with case insensitive keys, i.e.
dict.Item("mykey") and dict.Item("MyKeY") should
be identical. Any ideas?
"Tumurbaatar S." <tu*********@datacom.mn> wrote in message
news:eR**************@TK2MSFTNGP09.phx.gbl...
I need something like Scripting.Dictionary but with case insensitive keys, i.e. dict.Item("mykey") and dict.Item("MyKeY") should be identical. Any ideas?
Thank you!
My WSH 5.6 documentation does not
contain this property.
My
"Chris Hohmann" <no****@thankyou.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
"Tumurbaatar S." <tu*********@datacom.mn> wrote in message news:eR**************@TK2MSFTNGP09.phx.gbl...
I need something like Scripting.Dictionary but with case insensitive keys, i.e. dict.Item("mykey") and dict.Item("MyKeY") should be identical. Any ideas?