IMG_DELET

Delete an image

Description:

This subroutine deletes an image and frees any resources associated with it. It should be used as an alternative to IMG_FREE for any image which is not to be kept.

Invocation

CALL IMG_DELET( PARAM, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
Parameter name specifying the image to be deleted.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: