Macro Language Reference > Macros > Tag > tend
  
tend
Description
Moves the text cursor to the end of the specified text stream. The stream does not have to be one used on the current page. In this case, you can use the edit bar area to view or edit the contents of the stream.
 
Example 265. Move the cursor to the end of the Body style tag
tend "Body"
Syntax
tend stream name:t
stream name
Name of the text stream. This can be any tag which contains text, e.g. a reference tag or an index tag.
Related Links