Chapter Contents

Previous

Next
WRITE_CLIPBOARD

WRITE_CLIPBOARD



Writes an image to the host clipboard


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');


Chapter Contents

Previous

Next

Top of Page

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