Jump to content

MS Dictionary Object


KaFu
 Share

Recommended Posts

Hiho Forum,

does anyone know, if the Dictionary Object is available on any OS from XP on upwards? I've tested on XP Professional and Win7 Ultimate, but how about Win7 Home etc.?

Couldn't find any infos about that on MSDN and want to know if it's safe to use.

$oDict = ObjCreate('Scripting.Dictionary')
If Not IsObj($oDict) Then
    MsgBox(16 + 262144, "Error!", "Creating Scripting.Dictionary object failed.")
    Exit
EndIf
Edited by KaFu
Link to comment
Share on other sites

Didn't bring up an error on Windows 2000 plain install, so it looks like its been standard for a while.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...