- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
Determine whether an
array identifier is valid (i.e. associated with an array).
Invocation
CALL ARY_VALID( IARY, VALID,
STATUS )
Arguments
IARY = INTEGER (Given)
Identifier to be tested.
VALID = LOGICAL
(Returned)
Whether the identifier is valid.
STATUS = INTEGER (Given and Returned)
The global
status.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑