Subsections

Other Methods

MARK and GO TO

These commands allow the current cursor position to be marked and returned to later.

  1. Place cursor on the area to be marked.
  2. Press DO
  3. Enter MARK markname
  4. Press RETURN

Where markname is any character or word. It can include numbers, but not spaces. To return to the mark later:

  1. Press DO
  2. Enter GO TO markname
  3. Press RETURN

Marks are not remembered when you leave EVE.

LINE

To go to a specific line in a file.

  1. Press DO
  2. Enter LINE number
  3. Press RETURN

WHAT LINE

This gives the number of the line that the cursor is on, relative to the start of the file.

  1. Press DO
  2. Enter WHAT LINE
  3. Press RETURN



Adrian P Robson 2011-04-23