sloppycode.net
Dictionary Object Reference
Menu
Add
Count
Exists
Item
Items
Key
Keys
Remove
RemoveAll
Dictionary. Keys
Returns an array containing all the keys of the current Dictionary object being worked on.
Set oDict = CreateObject("Scripting.Dictionary") oDict.Add "keyname","hello world" oDict.Add "keyname2",3 oDict.Add "keyname3","hello world2" oDict.Add "keyname4",4 arKeys = oDict.Keys For i = 0 To arKeys.Count -1 Response.Write arKeys(i) & "<BR>" Next 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