Omron C200H-ASC11 Manual page 162

Ascii units
Hide thumbs Also See for C200H-ASC11:
Table of Contents

Advertisement

Details of BASIC Commands
edit
Syntax:
EDIT
Command. Edits the specified line(s) of the BASIC program.
Description:
Allows editing of the BASIC program. If only one line number is specified then the editor will be
Remarks:
in single-line edit mode. Characters can be inserted, deleted, or copied in the specified line and the
cursor can be moved.
When "EDIT." Is input, the most recently displayed line or most recently input line will be
displayed.
It is also possible to edit programs that have been input with the PNAME command.
The following edit keys can be used during edit.
Key
Right Key (→)
Left Key (←)
Down Key (↓)
Up Key (↑)
CTRL
(
Overwrite)
DEL
RETURN
CTRL
Note:
Examples:
EDIT 200
See also:
(<line number> | . )
Action
Moves the cursor to the right. If the cursor is already at the
last position in the line then this key has no effect.
Moves the cursor to the left. If the cursor is already at the
first position in the line then this key has no effect.
Inputs the line currently being edited and displays the next
program line. If the Down Key is pressed when the bottom
line is already displayed, editing is terminated, and the
editor returns to command mode.
Inputs the line currently being edited and displays the
previous program line. If the Up Key is pressed when the
top line is already displayed, editing is terminated, and the
editor returns to command mode.
+ O
Toggles the editor between insert and overwrite mode, the
nsert or
status of insert mode is not shown.
I
or
Deletes the character to the left of the cursor, moving
BS
subsequent characters in the buffer to the left. This key has
no effect at the beginning of a line.
The carriage return key enters the line currently being
edited to the BASIC program.
When the line number being displayed is changed and the
return key is pressed, a new line will be created with the
new line number.
+
Quits editing and returns to command mode. If a line is
X
currently being edited, it will return to its original contents.
1. When just the line numbers are edited, the contents of the line before editing are
copied as the contents of the line after editing.
2. If the specified line number does not exist then an "UNDEFINED LINE NUMBER"
error (code B008) will occur.
This edits line 200 of the active program
7-6
Section
153

Advertisement

Table of Contents
loading

This manual is also suitable for:

C200h-asc21C200h-asc31

Table of Contents