Sun Studio 12: Fortran Library Reference

2.1.15 Array Inquiry Functions

Generic Intrinsic Name  

Description  

ALLOCATED (ARRAY)

Array allocation status 

LBOUND (ARRAY [, DIM])

Lower dimension bounds of an array 

SHAPE (SOURCE)

Shape of an array or scalar 

SIZE (ARRAY [, DIM])

Total number of elements in an array 

UBOUND (ARRAY [, DIM])

Upper dimension bounds of an array