Model 204 full-screen editor commands: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc cleanup)
m (minor formatting)
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
</tr>
</tr>


<tr><td><b>[SET] ARBCHAR</b></td>
<tr><td nowrap><b>[SET] ARBCHAR</b></td>
<td></td>
<td></td>
<td>Sets the arbitrary (wildcard) character for a search string. Default: <var>OFF</var></td>
<td>Sets the arbitrary (wildcard) character for a search string. Default: <var>OFF</var></td>
Line 36: Line 36:
<td><b>B</b></td>
<td><b>B</b></td>
<td>Scrolls to the last line of a procedure.</td>
<td>Scrolls to the last line of a procedure.</td>
</tr>
<tr><td nowrap><b>CASE [MIXED|UPPER]</b></td>
<td><b>CASE M <br/>CASE U</b></td>
<td>Leaves the case of terminal input as is, or translates input to uppercase.</td>
</tr>
</tr>



Latest revision as of 22:15, 19 November 2015

Full-screen editor commands and abbreviations
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.
CASE [MIXED|UPPER] CASE M
CASE U
Leaves the case of terminal input as is, or translates input to uppercase.
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.