Subroutine NAMARG
Returns internal numbers of elements in array that are associated with the group number. This subroutine is the same as subroutine NAMAR
, except that it uses the group number instead of its name.
Calling convention:
call namarg(ng, arr, n)
Arguments | Data type | Input/Output | Description |
---|---|---|---|
ng |
Integer | Call | The group number. |
arr |
Integer(*) | Return | An integer array of internal numbers of elements in the group. |
n |
Integer | Return | The number of elements in the array. |