8-9
RLC-4 V1.79 Copyright © 1998 Link Communications Inc. 9/18/98
058: Delete a Command in a Macro
This command allows you to delete a command in a macro without deleting the whole macro. The
commands inside of the macro are numbered 00, 01, 02... so the first command is numbered 00. It
may be helpful to execute command 054 to recall the contents of the macro so that you know which
command to delete.
<058> mmm nn
Parameters:
- 058 is the default command name.
- MMM is the number of the macro
- NN is the number of command inside of the macro to delete (00, 01, 02...)
059: Insert a Command in a Macro
This command allows you to insert a command in a macro without deleting the following
commands. This is useful for adding a command to the beginning or middle of a macro. The
commands inside of the macro are numbered 00, 01, 02... so the first command is numbered 00. It
may be helpful to execute command 054 to recall the contents of the macro so that you know where
you want to insert the new command.
<059> mmm nn ccc d..d
Parameters:
- 059 is the default command name.
- MMM is the number of the macro
- NN is the where inside of the macro to insert the new command (00, 01, 02...)
If NN is larger than the number of commands in the macro, the new command will be
appended to the macro.
- CCC is the command number of the command to insert
- D..D is the data for the above command