KPG1_CGET

Obtains an NDF character component, removing escape sequences

Description:

The routine obtains the value of the specified character component of an NDF (i.e. the value of the LABEL, TITLE or UNITS component). It is identical to NDF_CGET except that any PGPLOT or AST escape sequences in the string are removed.

Invocation

CALL KPG1_CGET( INDF, COMP, VALUE, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the character component whose value is required: LABEL , TITLE or UNITS .
VALUE = CHARACTER ( ) (Given and Returned)
The component s value.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: