Platform | x64, Win32, .NET |
Purpose |
To determine whether or not an allocatable array is currently allocated. |
Class |
Inquiry function. |
Syntax |
LOGICAL FUNCTION ALLOCATED(ARRAY) |
Description |
ARRAY is any allocatable array. |
Return value |
Using the default LOGICAL type, the result is true if the array is currently allocated, otherwise false. |