- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑
Description:
The
routine assigns a value to the specified character component of an NDF (i.e. to the
LABEL, TITLE or UNITS component). Any previous value is over-written.
Invocation
CALL NDF_CPUT( VALUE, INDF, COMP, STATUS )
Arguments
VALUE = CHARACTER
(
) (Given)
The value to be assigned.
INDF = INTEGER (Given)
NDF identifier.
COMP = CHARACTER
(
)
(Given)
Name of the character component whose value is to be assigned: ’
LABEL’
, ’
TITLE’
or ’
UNITS’
.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
- ←Prev
- NDF
Routines for Accessing the
Extensible N-Dimensional Data Format - Next→
- TOC ↑