Syntax:
remove item {key} of {hashtable}
Keyword handler:
linguist.basic.keyword.BKRemove.class
Runtime handler(s):
linguist.basic.handler.BHRemove.class
Function:
This removes the item having the specified key from the hashtable. The key is a string value. See also put.
Example(s):
remove item "ABC123" of MyHashtable