REMove
Command The REMove command allows you to remove one or several lines from the
pattern generator program. If only one parameter number is given, that line
number is deleted. If two numbers are given, the range of lines between those
two values inclusive is deleted. The command REMove ALL deletes the entire
program.
Command Syntax: SEQuence:RE Move{ <progr am line numb er[,<program
line range>]| AL L>}
<program line
number> an integer specifying the program line to be removed
<program line
range> an integer specifying the last line number in a range of lines to remove.
Example OUTPUT XXX;":SEQ:REM 1,4"
39–14