DAT_GET0x

Read scalar primitive

Description:

Read a scalar primitive.

Invocation

CALL DAT_GET0x( LOC, VALUE, STATUS )

Arguments

LOC = CHARACTER  ( DAT__SZLOC ) (Given)
Primitive locator.
VALUE = ? (Returned)
Object value.
STATUS = INTEGER (Given and Returned)
The global status.

Notes:

There is a routine for each standard data type; to call them, replace x by C (Character), D (Double), I (Integer), L (Logical), R (Real). See DAT_GET notes on character conversion.