- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
The value stored at a
given index within the supplied array is returned.
Invocation
CALL KPG1_RETRx( EL,
INDEX, DATA, VALUE, STATUS )
Arguments
EL = INTEGER (Given)
The number of
elements in the array.
INDEX = INTEGER (Given)
The index within the array of the
required value.
DATA( EL ) = ? (Given)
The input array.
VALUE = ? (Returned)
The
returned value.
STATUS = INTEGER (Given and Returned)
The global status.
Notes:
-
There is a routine for all numeric data types: replace "
x"
in the routine name by B, D, I, R, UB, UW, or
W as appropriate. The VALUE and DATA arguments must have the data type specified.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑