NDF_ACPUT

Assign a value to an NDF axis character component

Description:

The routine assigns a value to the specified axis character component of an NDF (i.e. to the LABEL or UNITS component of an NDF axis).

Invocation

CALL NDF_ACPUT( VALUE, INDF, COMP, IAXIS, STATUS )

Arguments

VALUE = CHARACTER ( ) (Given)
The value to be assigned.
INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the axis character component whose value is to be assigned: LABEL or UNITS.
IAXIS = INTEGER (Given)
Number of the axis to receive the new value.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: