Sharp MZ-700 Series Owner's Manual page 33

Personal computer
Hide thumbs Also See for MZ-700 Series:
Table of Contents

Advertisement

2.3.2 Text editing commands
2. 3. 2. 1 AUTO
(abbreviated format: A.)
Format
Function
Example
AUTO or AUTO Ls, n
L s
Starting line number
n
Line number increment
This command automatically generates program line numbers during entry of
BASIC program statements.
(Example 1)
A U T O J
1 0
J
2 0
J
30
J
(Example 2)
A U T O
3 0 0 ,
3 0 0
3 0 5
3 1 0
5
J
. . . . j
. . . .
.... J
Automatically generates program line numbers with an increment of 5, starting with
line 300.
(Example 3)
A U T O
1 0 0 J
1 0 0
J
1 1 0
J
1 2 0
J
(Example 4)
A U T O ,
2 0 J
1 0
J
3 0
J
5 0
J
Generates program line numbers with an increment
of 10, starting with line 100.
Generates program line numbers with an increment
of 20, starting with line 10.
Note: The AUTO command is terminated by pressing | SHIFT | and| BREAK |.
2. 3. 2. 2 DELETE
(abbreviated format: D.)
Format
Example
D E L E T E
L s - L e -
D E L E T E
- L e
D E L E T E
L s -
Deletes program lines from Ls to Le.
Deletes all program lines from the beginning of the
program to line Le.
Deletes all program lines from line Ls to the end of
the program.
Deletes line Ls.
D E L E T E
L s
(Example 1)
D E L E T E
1 5 0 — 3 5 0 J
Deletes all program lines from 150 to 350.
(Example 2)
D E L E T E
- 1 0 0 J - -
(Example 3)
D E L E T E
4 0 0 - J - -
•Deletes all program lines up to line 100.
•Deletes all program lines from 400 to the end
of the program.
31

Advertisement

Table of Contents
loading

Table of Contents