Use the insertText command to insert text at the current cursor position.
insertText text
text | The text specified with the text parameter will be inserted into the document at the current cursor position. |
The status parameter is not affected by this command.
If the text passed to the insertText command contains line delimiter characters ("\r\n", '\r', or '\n'), new lines will be inserted into the document.
insertText hello
Editor commands, actions, and parameters
deleteText command
replaceText command
text parameter
Copyright IBM Corporation 1992, 2004. All Rights Reserved.