clipboard_set
Writes data to the clipboard. Use data type argument to specify additional data like variable name etc. Use reserved types 'text' and 'html' to make content avalible to other applications as text.
Arguments
- String data type or empty string. Use reserved types 'text' and 'html' to make content avalible to other applications as text
- Value data
Output
Boolean
Examples