Processing math: 100%

AST_HASPARAMETER

Returns a flag indicating if a named global parameter is present in a Table

Description:

This routine returns a flag indicating if a named parameter exists in a Table, for instance, by having been added to to the Table using AST_ADDPARAMETER.

Invocation

RESULT = AST_HASPARAMETER( THIS, PARAMETER, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the Table.
PARAMETER = CHARACTER ( ) (Given)
The character string holding the upper case name of the parameter. Trailing spaces are ignored.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: