Use TextInsert to insert lines after the current line of the current session. The lines following the TextInsert command will be inserted. The end-of-text line (++/*) terminates the TextInsert command.
TextInsert may also be entered as TextIns[ert] or InsertF.
TextInsert ignores any operands.
Return Codes
OK Successful.
Examples
Define and load a file from within a procedure:
------------------------------------------------------------------------
ATTACH OM20
DEFINE OMREXIO,ASM
EDIT
INSERTF
.. text lines to load into OMREXIO ..
..
++/*
FILE
------------------------------------------------------------------------