CMP_PUT1x

Write vector component

Description:

Write a vector primitive component.

Invocation

CALL CMP_PUT1x( LOC, NAME, EL, VALUE, STATUS )

Arguments

LOC = CHARACTER  ( DAT__SZLOC ) (Given)
Structure locator.
NAME = CHARACTER  ( DAT__SZNAM ) (Given)
Component name.
EL = INTEGER (Given)
Number of elements.
VALUE = ?( EL ) (Given)
Component 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).