ARR_REG1T
Create regular series of arbitrary numeric type
Invocation
CALL ARR_REG1T( TYPE, BASE, INCR, NDAT, ARR, STATUS )
Description
Create regular series of arbitrary numeric type. The base and
increment will usually have been extracted into a workspace
data area.
Arguments
-
TYPE = CHARACTER*(*) (given)
The HDS style real type name of the BASE, INCR and ARR arguments
-
BASE = BYTE (given)
The value for the first array value, really of type TYPE
-
INCR = BYTE (given)
The value to be added to each subsequent array value
-
NDAT = INTEGER (given)
Number of values to write
-
ARR[] = BYTE (returned)
The output array of regular values
-
STATUS = INTEGER (given and returned)
The global status.
References