User`s manual

MAE - Macro Edit
3-117
3
MAE - Macro Edit
Command Input
MAE NAME LINE # [STRING]
Arguments
Description
The MAE command allows you to edit a macro. MAE is line
oriented and allows inserting, deleting, and replacing individual
lines.
Replace a line by specifying its line number and the replacement
text.
Insert a line between two existing lines by specifying a LINE # that
is between line numbers of the two existing lines. For instance,
assign LINE # 15 to a new line that you want to insert between lines
010 and 020. The text of the new line is the STRING.
Deleted if its line by specifying a line number but without any the
replacement text.
The MAE command displays the macro, as edited, with the lines
renumbered in increments of 10.
Attempting to delete a nonexistent line results in an error message
being displayed. MAE does not permit deletion of a line if the
macro consists only of that line; you must remove it using the
NOMA command.
MAE operates only on previously defined macros (use MA to
define new macros).
NAME Macro name, which may be any combination of one to
eight alphanumeric characters
LINE # Line number (1-999) to be replaced or where a new line is
to be inserted
STRING Line to be inserted or replaced