Returns the Windows clipboard content as plain text, if possible.
Syntax
GetText()
Return Value
A plain text version of the Windows clipboard content if available; nothing otherwise.
Examples
CopyPaste
Paste That = Clipboard.GetText();
CopyConvert text to a "title case" word
Title That = {Ctrl+c} String.ToTitleCaseWord( Clipboard.GetText() );
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)