Deletes a line or lines from the current item.
K
To delete lines, press K. The Status/Command Line prompts:
DELETE #lines, Ret=current, Beg#-End#, 0=Exit:
You now have four options:
Partial contents of the current screen. Note cursor position is on line 0127.
0123 START PRINT 0124 PRINT CLR 0125 PRINTER ON 0126 FLAG=1; CNT=1 0127 *EXTRA COMMENT LINE 0128 GOSUB 2500
Press K. Status/Command Line prompt:
DELETE #lines, Ret=current, Beg#-End#, 0=Exit:
Press RETURN. The screen now reads:
0123 START PRINT 0124 PRINT CLR 0125 PRINTER ON 0126 FLAG=1; CNT=1 0127 GOSUB 2500