DAT_PUTVx

Write vectorised primitive

Description:

Write a primitive as if it were vectorised (ie. regardless of its actual shape).

Invocation

CALL DAT_PUTVx( LOC, EL, VALUE, STATUS )

Arguments

LOC = CHARACTER  ( DAT__SZLOC ) (Given)
Primitive locator.
EL = INTEGER (Given)
Number of elements.
VALUE = ?( EL ) (Given)
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_PUT notes on character conversion.