PS TEXT EDIT Reference Manual
GOTOPOSITION
TEDIT Commands
058059 Tandem Computers Incorporated 3–77
GOTOPOSITION GOTOPOSITION moves the cursor to 1 of 100 position numbers (identified
with MARKPOSITION) in the file.
What to Enter
{ GOTOPOSITION | GO } {
position-number
| * [+
n
| -
n
] }
position-number
| *
is either a number from 0 to 99 or an *, optionally, followed by a
positive or negative number.
Examples:
1. To find the position 6 that you marked in your file with the
MARKPOSITION command, enter:
Command: GOTOPOSITION 6
2. To find the most recently referenced position in your file, enter:
Command: GOTOPOSITION *
3. To find the position preceding the most recently referenced position in
your file, enter:
Command: GOTOPOSITION *-1