Gets the plain text currently on the clipboard.
Syntax
Text = SRP_Get_Clipboard()
Returns
The current plain text on the clipboard.
Remarks
The SRP_Get_Clipboard gets the clipboard text. It does the same thing as calling Get_Property("CLIPBOARD", "TEXT") but without requiring the presentation server context. Thus, it is safe to use in OEngines running outside of OpenInsight.
Examples
Text = SRP_Get_Clipboard()