Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

EVE LINE — VMS 5.2

 LINE

 Moves the cursor to the start of a line you specify by number -- either in
 the current buffer or within a specified VAXTPU procedure in the buffer.
 (Some compiler messages refer to line numbers within a procedure.)

 Examples:

    Command           Purpose or Effect
    ---------------------------------------------------------------------
    LINE 10           Moves to the start of line 10 in the current buffer.

    LINE 10 myproc    Moves to the start of line 10 in a procedure called
                      MYPROC in the current buffer.

 o  If you do not specify a line number, EVE prompts for one, but does not
    prompt for a procedure name.

 o  If you specify a number greater than the total number of lines in the
    buffer, EVE puts the cursor at the end of the buffer.

 o  To find out the current line number and total number of lines in the
    buffer, use the WHAT LINE command.

 Related topics:

    MOVE BY LINE    MOVE DOWN    MOVE UP    WHAT LINE

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026