May 1995
Beginner
508 pages
16h 14m
English
Dictionary.Remove Method
dictionaryobject.Removekey
dictionaryobject
Use: Required
Data Subtype: Dictionary object
A reference to a Dictionary object.
key
Use: Required
Data Subtype: 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