Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
K - Delete Lines (Screen Editor) (m618603+k.htm)
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