cbSet

Set the content of the clipboard.

Syntax

ui.Interface.frontCall("standard", "cbSet",
 [text], [result]) 
  1. text - The text to be set.
  2. result - Holds the execution result (TRUE=success, FALSE=error).

Usage

The "cbSet" front call sets the content of the clipboard with the text passed as parameter.