The SetClipboardText method puts text data on the device clip board.

app.SetClipboardText( text )

This allows you to copy and paste text between different applications.

See Also: GetClipboardText

Example - Example click to expand contents