[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DelLine                  Deletes Current Line on Screen

 DelLine;                                                                [TP]

    Deletes the line where the cursor is. All lines below are scrolled up,
    with a blank line scrolled onto the bottom of the screen. The cursor
    remains in its previous position.

  -------------------------------- Example ---------------------------------

           GoToXY(1,10);            { go to line 10 }
           DelLine;                 { and delete it }

See Also: InsLine
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson