AST_REMOVEPARAMETER

Remove a global parameter from a table

Description:

This function removes a specified global parameter from the supplied table. The routine returns without action if the named parameter does not exist in the Table (no error is reported).

Invocation

CALL AST_REMOVEPARAMETER( THIS, NAME, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the Table.
NAME = CHARACTER ( ) (Given)
The parameter name. Trailing spaces are ignored (all other spaces are significant). Case is significant.
STATUS = INTEGER (Given and Returned)
The global status.