SetClipboardData()

Syntax

SetClipboardData(Datatype, DataID)

Description

Put a data to the clipboard. The DataID must be a valid object ID.

For now, only one data type is supported:

#PB_ClipboardImage: which paste the given image to the clipboard. To get an ImageID, just use the ImageID() function.

Supported OS

Windows, AmigaOS, Linux

Clipboard - Index