Chapter Contents

Previous

Next
READ_CLIPBOARD

READ_CLIPBOARD



Reads an image from the host clipboard


Syntax
Details
Example

Syntax

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


Details

READ_CLIPBOARD acts on the currently selected image. On some hosts, the clipboard can be read only after you use the WRITE_CLIPBOARD command.


Example

Read an image from the clipboard and display it:

rc=imgop(task-id,'READ_CLIPBOARD');
rc=imgop(task-id,'PASTE');


Chapter Contents

Previous

Next

Top of Page

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