SetClipboardData()
Syntax
SetClipboardData(Datatype, DataID)Description
Put a data to the clipboard. The DataID must be a valid object ID. If the clipboard currently contains some data then it will be overwritten.
Parameters
DataType - a number showing what type of data you want to store in the clipboard (so that it may be recognised automatically by other programs). The types of data and the values you can use for this parameter may be one of the following values:#PB_ClipboardImage: The data being stored in the clipboard is an image (DataID must be an 'ImageID'). To get an ImageID, just use the ImageID() function.DataID - the ID handle of the data you wish to store in the clipboard.
Return value
This command does not return any value.
Supported OS
Windows, AmigaOS