SetClipboard() Function
Copies specified text or value to the clipboard. Syntax:
SetClipboard(text) SetClipboard(this)
Parameters:
text - Text to copy to the clipboard. The value can contain variables. this - Copies the control's current value to the clipboard.
Remarks:
This function is used to place text into the windows clipboard. It can subsequently be referenced by the $CLIPBOARD variable.
Compatibility
The this parameter is supported from version 2.4.1
See Also:
|