NDF_XPT0x

Write a scalar value to a component within a named NDF extension

Description:

The routine writes a scalar value to a component within a named NDF extension. The extension must already exist, although the component within the extension need not exist and will be created if necessary.

Invocation

CALL NDF_XPT0x( VALUE, INDF, XNAME, CMPT, STATUS )

Arguments

VALUE = ? (Given)
The value to be written to the extension component. Its type is determined by the name of the routine called (see the Notes section).
INDF = INTEGER (Given)
NDF identifier.
XNAME = CHARACTER ( ) (Given)
Name of the NDF extension.
CMPT = CHARACTER ( ) (Given)
Name of the component within the extension whose value is to be assigned.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: