NDF_ACMSG

Assign the value of an NDF axis character component to a message token

Description:

The routine assigns the value of the specified axis character component of an NDF to a message token, for use in constructing messages using the MSG_ or ERR_ routines (see SUN/104).

Invocation

CALL NDF_ACMSG( TOKEN, INDF, COMP, IAXIS, STATUS )

Arguments

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

Notes: