March 2003
Intermediate to advanced
512 pages
14h 30m
English
Dictionary.Remove Method
dictionaryobject.Removekey
dictionaryobjectUse: Required
Data Type: Dictionary object
A reference to a Dictionary object.
keyUse: Required
Data Type: String
The key associated with the item to be removed.
Removes both the specified key and its associated data (i.e., its item) from the dictionary.
If key doesn’t exist, runtime error
32811, “Element not found,” occurs.
Read now
Unlock full access