NDF_ACLEN

Determine the length of an NDF axis character component

Description:

The routine returns the length of the specified axis character component of an NDF (i.e. the number of characters in the LABEL or UNITS component of an NDF axis).

Invocation

CALL NDF_ACLEN( INDF, COMP, IAXIS, LENGTH, STATUS )

Arguments

INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER ( ) (Given)
Name of the axis character component whose length is required: LABEL or UNITS.
IAXIS = INTEGER (Given)
Number of the NDF axis.
LENGTH = INTEGER (Returned)
The components length in characters.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: