CDELETE [(l1 [l2])] c1 c2 [n|ALL] CDCDELETE means column delete, i.e. it deletes columns of a line.
cdelete 5 5
cdelete 5 10
By specifying a number n as last parameter you can achieve that the columns in n lines starting with the current one are deleted. If there are not enough lines in the workfile, the command terminates and you receive the message:
End of data
Instead of a number in the last parameter, you can specify the area of lines for which the deletion is to be executed. To do so the first parameter has to be the line numbers enclosed in parentheses. You can use explicit or symbolic line numbers:
cd (f 1200) 5 10
The specification of line numbers and of an amount of lines exclude each other.
If you specify only one line number within the parentheses, the second number is assumed to equal the first.