
Next:
ARY_MAP
-
Obtain mapped access to an array
Up: Routine Descriptions
Previous:
ARY_ISMAP
-
Determine if an array is currently mapped
ARY_ISTMP
-
Determine if an array is temporary
- Description:
-
The routine returns a logical value indicating whether the
specified array is temporary. Temporary arrays are deleted once
the last identifier which refers to them is annulled.
- Invocation:
-
CALL ARY_ISTMP( IARY, TEMP, STATUS )
- Arguments:
-
-
IARY = INTEGER (Given)
-
Array identifier.
-
TEMP = LOGICAL (Returned)
-
Whether the array is temporary.
-
STATUS = INTEGER (Given and Returned)
-
The global status.

Next:
ARY_MAP
-
Obtain mapped access to an array
Up: Routine Descriptions
Previous:
ARY_ISMAP
-
Determine if an array is currently mapped
ARY A Subroutine Library for Accessing ARRAY Data Structures
Starlink User Note 11
R.F. Warren-Smith
28th April 1998
E-mail:rfws@star.rl.ac.uk