AST_MAPREMOVE

Removed a named entry from a KeyMap

Description:

This routine removes a named entry from a KeyMap. It returns without action if the KeyMap does not contain the specified key.

Invocation

CALL AST_MAPREMOVE( THIS, KEY, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the KeyMap.
KEY = CHARACTER ( ) (Given)
The character string identifying the value to be retrieved. Trailing spaces are ignored. The supplied string is converted to upper case before use if the KeyCase attribute is currently set to zero.
STATUS = INTEGER (Given and Returned)
The global status.