ARY_FTYPE

Obtain the full data type of an array

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: