The SetText function changes the stored text in the clipboard.
Syntax
Integer Clipboard.SetText(
String text)
String text)
Parameters
| text | Text to store. | Required |
|---|
Return value
The SetText function returns true.
If an error occurs, the SetText function returns false.
Example
myClipboard.SetText("Welcome")