The GetText function retrieves the stored text in the clipboard.
Syntax
String Clipboard.GetText()
Parameters
The GetText function has no parameters.
Return value
The GetText function returns the stored text.
Example
text = myClipboard.GetText()