ALLOCATABLE Attribute and Statement Overview

The ALLOCATABLE attribute specifies that an array is an allocatable array with a deferred shape. The shape of an allocatable array is determined when an ALLOCATE statement is executed, dynamically allocating space for the array. For more information, see ALLOCATABLE.


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.