NDF_XGT0x

Read a scalar value from a component within a named NDF extension

Description:

The routine reads a scalar value from a component within a named NDF extension. The extension must already exist, although the component within the extension need not exist (a default value, established beforehand, will be returned if necessary).

Invocation

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

Arguments

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 obtained.
VALUE = ? (Given and Returned)
The value obtained from the extension component. Its type is determined by the name of the routine called (see the Notes section).
STATUS = INTEGER (Given and Returned)
The global status.

Notes: