clipboard_get
Reads data from the clipboard. Use data type argument, to determine data type or source. Use reserved types 'text' and 'html' to get content from other applications as string.
Arguments
- String data type or empty string. Use reserved types 'text' and 'html' to get content from other applications as string
Output
Value data
Examples