jftuga Posted May 15, 2006 Posted May 15, 2006 I found this example in another post, but it does not seem to work under 3.1.1.123. No matter what I use for a value - number or string, I always get back 0 for an answer. Any ideas? $c = ObjCreate("Scripting.Dictionary") $c.Item("a") = 1 MsgBox(0, "Dictionary", "Item a = " & $c.Item("a")) Thanks, -John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile
jftuga Posted May 15, 2006 Author Posted May 15, 2006 Thank you very much! I wish they would build in hash table type functionality directly into the language. -John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now