Chapter Contents |
Previous |
Next |
DESTROY |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGOP(task-id, 'DESTROY'<, image-id>); |
Type: Numeric
Details |
DESTROY removes an image from memory and from the display. Unless image-id is specified, this command acts on the currently selected image. The command does not affect the image that is stored in the external file or catalog.
Example |
Remove an image from the display:
if (remove=1 and imgnum > 0) then rc=imgop(task-id,'DESTROY',imgnum);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.