Add Method |
Adds an item to the dictionary |
CompareMode Property |
Returns or sets the comparison mode |
Count Property |
Returns the number of items in the dictionary |
Exists Method |
Returns True if the key exists |
Item Property |
Returns or sets the item associated with a given key |
Items Method |
Returns an array of all items in the dictionary |
Key Property |
Renames a given key |
Keys Method |
Returns an array of all keys in the dictionary |
Remove Method |
Removes an item associated with a given key |
RemoveAll Method |
Removes all items from the dictionary |
Part I: The Basics
Introduction
Program Structure
Data Types and Variables
Error Handling and Debugging
VBScript with Active Server Pages
Programming Outlook Forms
Windows Script Host 5.6
VBScript with Internet Explorer
Windows Script Components
Part II: Reference
Part III: Appendixes
Appendix A. Language Elements by Category
Appendix B. VBScript Constants
Appendix C. Operators
Appendix E. The Script Encoder