Copy
STATIC
SUB
Copy
(
Data
AS
Variant
[
, Format
AS
String
]
)
Copies data into the clipboard.
Data
can be a
String
or an
Image
.
If
Data
is a
String
, you can specify in
Format
the MIME type of the data. For example,
"text/html"
.