The REMOVEDUP method
deletes both the key and the data from the hash object.
You can use the REMOVEDUP
method in one of two ways to remove the key and data in a hash object.
You can specify the key, and then use the REMOVEDUP method. Alternatively,
you can use a shortcut and specify the key directly in the REMOVEDUP
method call.
Note: The REMOVEDUP method does
not modify the value of data variables. It only removes the value
in the hash object.
Note: If only one data item is
in the key's data item list, the key and data will be removed from
the hash object.