Model 204 full-screen editor commands: Difference between revisions
No edit summary |
m (added slash=/ as an abbreviation for LOCATE) |
||
Line 136: | Line 136: | ||
</tr> | </tr> | ||
<tr><td><b> | <tr><td><b> | ||
[-] LOCATE | [-] LOCATE</b> | ||
</b></td> | </td> | ||
<td><b> | <td><b> | ||
[-] LO | [-] / </b> or <b> LO</b> | ||
</b></td> | </td> | ||
<td> | <td> | ||
Locates a specified string in a procedure. | Locates a specified string in a procedure. |
Revision as of 18:14, 11 May 2015
Command | Abbreviation | Meaning |
---|---|---|
[+]n |
Scrolls forward n lines in a procedure. |
|
-n |
Scrolls backward n lines in a procedure. |
|
= |
Repeats the most recently executed command. |
|
[SET] ARBCHAR |
Sets the arbitrary (wildcard) character for a search string. Default: OFF |
|
BACKWARD[n] |
BA[n] |
Scrolls backward n screens in a procedure. |
BOTTOM |
B |
Scrolls to the last line of a procedure. |
CLEAR |
Clears the prefix area, aborts pending prefix commands, and cancels any specified targets. |
|
EDIT |
Invokes the full-screen editor. |
|
END |
Exits from the full-screen editor and saves the edited procedure. |
|
[SET] FILL |
Sets the fill character. Default: NULL |
|
FORWARD[n] |
FO[n] |
Scrolls forward n screens in a procedure. |
GET |
Inserts a saved procedure in the procedure being edited. |
|
GO |
Exits from the full-screen editor, saves the edited procedure, and includes the procedure. |
|
[SET] LINEND |
Sets the line-end character. |
|
[-] LOCATE |
[-] / or LO |
Locates a specified string in a procedure. |
[SET] PREFIX |
Controls the position of the prefix area on the screen. Default: LEFT |
|
QUIT |
Exits from the full-screen editor and does not save the edited procedure. |
|
[SET] REPEAT |
Sets the repeat character for search strings. Default: OFF |
|
REPLACE |
R |
Locates and replaces a specified string in a procedure. |
SAVE |
Saves the edited procedure. |
|
[SET] SCALE |
Controls the display of the column scale on the screen. |
|
TOP | T | Scrolls to the first line of a procedure. |