Inserts text by sending keystrokes to the current application.

InsertText(text)

- text
- Text to insert.

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.


$if .vcl | .vch; Insert Control <key> = InsertText( {Ctrl+$1} ); $end
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)