ClipPaste
Pastes a string from the Windows clipboard.
Syntax
ClipPaste()
Return Value
The contents of the clipboard (as a string). If the clipboard is empty, an empty string is returned.
Related Functions
Example
/* Get string from clipboard into sText. */
sText = ClipPaste();
See Also