ClipCopy
Copies a string to the Windows clipboard. When the string is in the clipboard, you can paste it to any Windows program.
Syntax
ClipCopy(sText)
sText:
The string to copy to the clipboard.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
ClipCopy("put this in clipboard");
See Also