Commands Used with the IMGCTRL, IMGOP and PICFILL Functions |
Syntax | |
Details | |
Example |
Syntax |
rc=IMGOP(task-id, 'WRITE_CLIPBOARD'); |
Details |
WRITE_CLIPBOARD acts on the currently selected image. The image must be pasted before it can be written to the system clipboard.
Example |
Read in an image and then write it to the clipboard:
rc=imgop(task-id,'READ',path); rc=imgop(task-id,'WRITE_CLIPBOARD');
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.