sloppycode.net
Dictionary Object Reference
Menu
Add
Count
Exists
Item
Items
Key
Keys
Remove
RemoveAll
Dictionary.Item(key)[= value]
Returns an item from the current Dictionary object being used, or alternatively, if you provide a value, it creates the item in the Dictionary object, using the keyname.
Set oDict = Server.CreateObject("Scripting.Dictionary") oDict.Add "keyname","hello world" oDict.Add "keyname2",3 oDict.Add "keyname3","hello world2" oDict.Add "keyname4",4 Response.Write oDict.Item("keyname4") oDict.Item("keyname5") = "Hi world" Set oDict = Nothing
› Home
› C#
› Snippets
› Articles
› Tools
› Taglines
› ASP
› Dictionary Object
› FSO
› Unix cheat sheet
› Gaming
› CSS
› Yak
› Umbraco
› About
› Contact
› Privacy
› Projects
› Search
› Sitemap
Buy on Amazon
Buy on Amazon
Buy on Amazon
Buy on Amazon