|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| system.clipboard.set.text(Text) |
Parameters
| STRING | Text | Text to send to the clipboard |
Return value
No value is returned.
Description
| Send the specified image to the clipboard. |
MioScript Sample Code
system.clipboard.set.text("Hello, World") |
|
|
|