3-23. Description. |
 |
The DELETE command will delete complete lines, specific character strings from a line, or the entire contents of the WORK file. If no rangelist is specified, EDIT/3000 deletes the line in which the pointer is located. A rangelist that specifies a startline/stopline pair deletes these lines and all lines in between. A rangelist that specifies a startline,stopline pair deletes only these two lines. A rangelist that specifies positions within lines, separated by a slash, results in the deletion of all characters contained between these two columns, including any lines that fall between the two positions.
When the DELETEQ form of the command is used,EDIT/3000 does not display the lines deleted. Instead, a message is displayed showing the number of lines deleted. For example,
/S SHORT;T EDIT3;DQ 1/4
NUMBER OF LINES DELETED = 4
/E
CLEAR? Y
|
In interactive session, you may terminate an active DELETE command at any time by typing CONTROL Y on the terminal.