Chapter Contents |
Previous |
Next |
Image Data Model: _writeClipboard |
Restrictions | Clipboards are not available on all hosts. |
Syntax | |
Example |
Syntax |
CALL SEND (object-id, '_writeCLIPBOARD'); |
Example |
This example reads an image and writes it to the clipboard:
call send(imgdat_id,'_readFilepath', imgfile); call send(imgdat_id,'_writeClipboard');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.