Subroutine PUT_INTEGER
Stores values into array number iarr at location iel.
Calling convention:
call put_integer(iarr,iel,val,pntr)
| Arguments | Data type | Input/Output | Description |
|---|---|---|---|
iarr |
Integer | Call | Array number (between 2001 and 2500). |
iel |
Integer | Call | The number of memory locations allocated to array number iarr. |
val |
Integer | Call | Stored value into array iarr at location iel. |
pntr |
Pointer | Return | A pointer to the array iarr. pntr is a pointer in the calling routine. |
