Chapter Contents

Previous

Next
DESTROY_ALL

DESTROY_ALL



Removes all images from memory and from the display


Syntax
Details
Example

Syntax

rc=IMGOP(task-id, 'DESTROY_ALL');


Details

DESTROY_ALL runs the DESTROY command for all images in memory. The external image files are not affected.


Example

Remove all images:

if (clear=1) then
   rc=imgop(task-id,'DESTROY_ALL');


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.