SetClipboardText()
Syntax
SetClipboardText(Text$)Description
Stores a string into the clipboard. If the clipboard already contains text, it will be overwritten.
Parameters
Text$ - The string you want to store in the clipboard.
Return value
This function does not return any value.
Supported OS
All