Vocola.net
Vocola 3.1 Function Library
InsertText(text)
Namespaces LibraryMain ► InsertText
Inserts text by sending keystrokes to the current application.
Syntax
InsertText(text)
Parameters
text
Text to insert.
Remarks
Most commands send keystrokes to an application by including the keystroke text directly. But you can use this method instead if the text includes special keystroke syntax (such as {Ctrl+c}) which you want inserted literally rather than interpreted as a keystroke.
Examples
CopyInsert keystroke syntax while editing a Vocola command
$if .vcl | .vch;
  Insert Control <key> = InsertText( {Ctrl+$1} );
$end
This command could be used when creating or editing a Vocola command. Saying "Insert Control Charlie" would insert the literal text "{Ctrl+c}".

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)