var2clipb

Copies the text data to clipboard. (version 4.46 or later)

var2clipb <string>

Remarks

Copies <string> to clipboard.
The "var2clipb" command returns one of the following values in the system variable "result":

Value Meaning
0 Could not open the clipboard.
1 Copying to clipboard is successful.

Example

var2clipb 'Tera Term 4.46'
clipb2var data
messagebox data 'clipboard data'