insertShow command

Use the insertShow command to insert a new show element into the document.  A show element is a line intended for display only and will not be saved with the document.

 

Syntax

insertShow [ text ] 

 

Parameters

text The text parameter specifies the text for the new show element.

 

Status

The status parameter is not affected by this command.

 

Description

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 regular document text element (not a show element), use the insert command.

 

Examples

insertShow This is a show element. 

Related concepts
Editor commands, actions, and parameters

Related reference
add command
insert command
text parameter
show parameter
Default editor commands