- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑
Description:
The routine
returns the full data type of an array as an upper-case character string (e.g. ’
_REAL’
or ’
COMPLEX_BYTE’
).
Invocation
CALL ARY_FTYPE( IARY, FTYPE, STATUS )
Arguments
IARY = INTEGER (Given)
Array identifier.
FTYPE = CHARACTER
∗ (
∗ )
(Returned)
Full data type of the array.
STATUS = INTEGER (Given and Returned)
The global
status.
Notes:
-
The symbolic constant ARY__SZFTP may be used for declaring the length of a character
variable to hold the full data type of an array. This constant is defined in the include file
ARY_PAR.
-
For "
Scaled"
arrays, the data type returned by this function is the data type of the SCALE and ZERO
terms, rather than the data type of the stored array.
- ←Prev
- ARY
A Subroutine Library for Accessing
ARRAY Data Structures - Next→
- TOC ↑