Copy and paste text to and from system clipboard
clipboard('copy',
copies the
specified data to the clipboard.data
)
Note
The clipboard
function requires Oracle®
Java® software.
returns
the current contents of the clipboard. If contents
= clipboard('paste')clipboard
is unable
to retrieve the contents of the clipboard, contents
is empty
(''
).
imports the contents of the clipboard using the Import Tool.importedcontents
= clipboard('pastespecial')