Chapter Contents |
Previous |
Next |
PICCLOSE |
Category: | Image |
Syntax | |
Details | |
Example |
Syntax |
rc=PICCLOSE(graphenv-id); |
0 | successful |
>0 | not successful |
Type: Numeric
Type: Numeric
Details |
PICCLOSE closes the graphic environment that was initialized by PICOPEN.
Example |
Close the graphics environment that was opened by a previous PICOPEN:
fseterm: rc=picclose(graphenv_id); return;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.