[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
InsLine                  Inserts a Line on the Screen

 InsLine;                                                                [TP]

    Inserts a new (blank) line at the cursor's current location. All lines
    below are scrolled down, with the bottom line scrolled off the screen.
    The cursor remains at its prior position (which is now on the new
    blank line).

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

           GoToXY(1,10);            { go to line 10 }
           InsLine;                 { and insert a new line there }

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