Subroutine GET_POINTER
Returns the pointer pntr
for array number iarr
.
Calling convention
call get_pointer(iarr,pntr)
Arguments | Data type | Input/Output | Description |
---|---|---|---|
iarr |
Integer | Call | Array number (between 2001 and 2500). |
pntr |
Pointer | Return | Pointer to the array iarr. pntr is a pointer in the calling routine. |