NDF_CGET

Obtain the value of an NDF character component

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).

Invocation

CALL NDF_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 components value.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: