Model 204 full-screen editor commands: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (added slash=/ as an abbreviation for LOCATE)
m (misc cleanup)
Line 1: Line 1:
<p class="caption">Full-screen editor commands and abbreviations
 
<table>
<table>
<caption>Full-screen editor commands and abbreviations</caption>
<tr class="head">
<tr class="head">
<th>Command</th>
<th>Command</th>
Line 6: Line 7:
<th>Meaning</th>
<th>Meaning</th>
</tr>
</tr>
<tr><td><b>
 
[+]<var class="term">n</var>
<tr><td><b>[+]<i>n</i></b></td>
</b></td>
<td></td>
<td>
<td>Scrolls forward <i>n</i> lines in a procedure.</td>
</td>
<td>
Scrolls forward <var class="term">n</var> lines in a procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
-<var class="term">n</var>
<tr><td><b>-<i>n</i></b></td>
</b></td>
<td></td>
<td>
<td>Scrolls backward <var class="term">n</var> lines in a procedure.</td>
</td>
<td>
Scrolls backward <var class="term">n</var> lines in a procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
=
<tr><td><b>=</b></td>
</b></td>
<td></td>
<td>
<td>Repeats the most recently executed command.</td>
</td>
<td>
Repeats the most recently executed command.
</td>
</tr>
</tr>
<tr><td><b>
 
[SET] ARBCHAR
<tr><td><b>[SET] ARBCHAR</b></td>
</b></td>
<td></td>
<td>
<td>Sets the arbitrary (wildcard) character for a search string. Default: <var>OFF</var></td>
</td>
<td>
Sets the arbitrary (wildcard) character for a search string. Default: OFF
</td>
</tr>
</tr>
<tr><td><b>
 
BACKWARD[<var class="term">n</var>]
<tr><td><b>BACKWARD[<i>n</i>]</b></td>
</b></td>
<td><b>BA[<i>n</i>]</b></td>
<td><b>
<td>Scrolls backward <var class="term">n</var> screens in a procedure.</td>
BA[<var class="term">n</var>]</b>
</td>
<td>
Scrolls backward <var class="term">n</var> screens in a procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
BOTTOM
<tr><td><b>BOTTOM</b></td>
</b></td>
<td><b>B</b></td>
<td><b>
<td>Scrolls to the last line of a procedure.</td>
B
</b></td>
<td>
Scrolls to the last line of a procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
CLEAR
<tr><td><b>CLEAR</b></td>
</b></td>
<td></td>
<td>
<td>Clears the prefix area, aborts pending prefix commands, and cancels any specified targets.</td>
</td>
<td>
Clears the prefix area, aborts pending prefix commands, and cancels any specified targets.
</td>
</tr>
</tr>
<tr><td><b>
 
EDIT
<tr><td><b>EDIT</b></td>
</b></td>
<td></td>
<td>
<td>Invokes the full-screen editor.</td>
</td>
<td>
Invokes the full-screen editor.
</td>
</tr>
</tr>
<tr><td><b>
 
END
<tr><td><b>END</b></td>
</b></td>
<td></td>
<td>
<td>Exits from the full-screen editor and saves the edited procedure.</td>
</td>
<td>
Exits from the full-screen editor and saves the edited procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
[SET] FILL
<tr><td><b>[SET] FILL</b></td>
</b></td>
<td></td>
<td>
<td>Sets the fill character. Default: <var>NULL</var></td>
</td>
<td>
Sets the fill character. Default: NULL
</td>
</tr>
</tr>
<tr><td><b>
 
FORWARD[<var class="term">n</var>]
<tr><td><b>FORWARD[<i>n</i>]</b></td>
</b></td>
<td><b>FO[<i>n</i>]</b></td>
<td><b>
<td>Scrolls forward <var class="term">n</var> screens in a procedure.</td>
FO[<var class="term">n</var>]</b>
</td>
<td>
Scrolls forward n screens in a procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
GET
<tr><td><b>GET</b></td>
</b></td>
<td></td>
<td>
<td>Inserts a saved procedure in the procedure being edited.</td>
</td>
<td>
Inserts a saved procedure in the procedure being edited.
</td>
</tr>
</tr>
<tr><td><b>
 
GO
<tr><td><b>GO</b></td>
</b></td>
<td></td>
<td>
<td>Exits from the full-screen editor, saves the edited procedure, and includes the procedure.
</td>
<td>
Exits from the full-screen editor, saves the edited procedure, and includes the procedure.
</td>
</td>
</tr>
</tr>
<tr><td><b>
 
[SET] LINEND
<tr><td><b>[SET] LINEND</b></td>
</b></td>
<td></td>
<td>
<td>Sets the line-end character.</td>
</td>
<td>
Sets the line-end character.
</td>
</tr>
</tr>
<tr><td><b>
 
[-] LOCATE</b>
<tr><td><b>[-] LOCATE</b></td>
</td>
<td><b>[-] / </b> or <b> LO</b></td>
<td><b>
<td>Locates a specified string in a procedure.</td>
[-] / </b> or <b> LO</b>
</td>
<td>
Locates a specified string in a procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
[SET] PREFIX
<tr><td><b>[SET] PREFIX</b></td>
</b></td>
<td></td>
<td>
<td>Controls the position of the prefix area on the screen. Default: <var>LEFT</var></td>
</td>
<td>
Controls the position of the prefix area on the screen. Default: LEFT
</td>
</tr>
</tr>
<tr><td><b>
 
QUIT
<tr><td><b>QUIT</b></td>
</b></td>
<td></td>
<td>
<td>Exits from the full-screen editor and does not save the edited procedure.</td>
</td>
<td>
Exits from the full-screen editor and does not save the edited procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
[SET] REPEAT
<tr><td><b>[SET] REPEAT</b></td>
</b></td>
<td></td>
<td>
<td>Sets the repeat character for search strings. Default: <var>OFF</var></td>
</td>
<td>
Sets the repeat character for search strings. Default: OFF
</td>
</tr>
</tr>
<tr><td><b>
 
REPLACE
<tr><td><b>REPLACE</b></td>
</b></td>
<td><b>R</b></td>
<td><b>
<td>Locates and replaces a specified string in a procedure.</td>
R
</b></td>
<td>
Locates and replaces a specified string in a procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
SAVE
<tr><td><b>SAVE</b></td>
</b></td>
<td> </td>
<td> </td>
<td>
<td>Saves the edited procedure.</td>
Saves the edited procedure.
</td>
</tr>
</tr>
<tr><td><b>
 
[SET] SCALE
<tr><td><b>[SET] SCALE</b></td>
</b></td>
<td></td>
<td>
<td>Controls the display of the column scale on the screen.</td>
</td>
<td>
Controls the display of the column scale on the screen.
</td>
</tr>
</tr>
<tr><td><b>
 
TOP</b></td>
<tr><td><b>TOP</b></td>
<td><b>
<td><b>T</b></td>
T</b></td>
<td>Scrolls to the first line of a procedure.</td>
<td>Scrolls to the first line of a procedure.
</td>
</tr>
</tr>
</TABLE>
</table>


[[Category: Model 204 editor]]
[[Category: Model 204 editor]]
[[Category: Editor commands]]
[[Category: Editor commands]]

Revision as of 18:39, 11 May 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.
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.