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
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)