Editors > Screen Editor Reference > Screen Editor Commands > K - Delete Lines

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

K - Delete Lines

Deletes a line or lines from the current item.

Command

K

Action

To delete lines, press K. The Status/Command Line prompts:

DELETE #lines, Ret=current, Beg#-End#, 0=Exit:

You now have four options:

Example

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

RealityV15.1 (MoTW) Revision 7Comment on this topic