DAT_GETNx

Read array primitive

Description:

Read an array primitive.

Invocation

CALL DAT_GETNx( LOC, NDIM, DIMX, VALUE, DIM, STATUS )

Arguments

LOC = CHARACTER  ( DAT__SZLOC ) (Given)
Primitive locator.
NDIM = INTEGER (Given)
Number of dimensions.
DIMX = INTEGER( NDIM ) (Given)
Dimensions of value.
VALUE = ?( <dimx( 1 ) >, <dimx( 2 ) >, ... ) (Returned)
Object value.
DIM = INTEGER( NDIM ) (Returned)
Object dimensions.
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.