
Commands - 41
EDIT
Command
SYNTAX: EDIT line
“ . ”
PURPOSE: To display a line for editing.
REMARK S: The EDIT statement simply displays the line specified, and positions the cursor under the first
character of the line. The line may then be modified, as described under the Editing Programs
Chapter. Typing a period “.” will edit the current line.
EXAMPLE: EDIT 10
10 A =15
10 _
The syntax below displays the current line for editing. The current line is the last line entered, OR
the last line edited, OR the last line executed, OR the last line in a download, OR the line in which
an error occur red, whichever was the last condition.
. <ENTER>
10 A=15
10 _
See the Editing Programs C hapter for more information.
NOTE: Labels cannot be used in place of line number with EDIT.
NOTE: PC SmartLINK has a screen editor which may also be used.
WARNING: You cannot use EDIT when using the full screen editor in PC SmartLINK at the
same time.
RELATED: none
ERROR: < Line/label not found> – if line does not exist
Komentáře k této Příručce