The insert command inserts a new line into a document.
insert [ text ]
text | Use the optional text parameter to indicate the text for the new line. |
The status parameter is not affected by this command.
The new element is inserted after the current element.
If you need to insert an element at the top of the document, use the add command. If you want to insert a show element, use the insertShow command.
insert some text
Editor commands, actions, and parameters
add command
insertShow command
text parameter
Copyright IBM Corporation 1992, 2004. All Rights Reserved.