next up previous contents
Next: Array I/O Up: Arrays Previous: Allocatable Arrays

Deallocating Arrays

Heap storage can be reclaimed using the DEALLOCATE statement:

    IF (ALLOCATED(ages)) DEALLOCATE(ages,STAT=ierr)

For more information, click here gif


next up previous contents
Next: Array I/O Up: Arrays Previous: Allocatable Arrays

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996
Not for commercial use.