Jumping
from
the
Current
Line
Jumping
to
a
Specied
Line
Y
ou
can
specify
a
line
by
using
a
line
number
or
a
label
name
when
jumping
from
the
current
line
as
follows:
NNNNNNNNNNNNNNNNNNNNNNNNNNNNN
GOTO
LINE
line
number
4
Enter
5
or
NNNNNNNNNNNNNNNNNNNNNNNNNNNNN
GOTO
LINE
label
name
4
Enter
5
If
the
label
specied
is
not
dened
in
the
program,
an
error
will
occur
.
Jumping
to
the
T
op/Bottom
of
a
Program
Pressing
the
following
keys
allows
you
to
jump
to
top
or
bottom
of
the
program:
4
Shift
5 -4
8
5
4
Shift
5 -4
9
5
Inserting/Deleting/Recalling
Lines
4
Shift
5
-
4
Insert
5
inserts
a
new
line
above
the
current
cursor
position.
4
Shift
5
-
4
Delete
5
deletes
the
line
at
which
the
cursor
is
.
N
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
RECALL
LINE
recalls
the
last
deleted
line
.
Clearing
Line
Pressing
4
Shift
5
-
4
End
5
clears
a
line
from
the
current
cursor
position
to
the
end
of
the
line
.
Renumbering
Program
Line
Numbers
The
REN
command
allows
you
to
renumber
the
program
currently
in
memory
.
Y
ou
should
execute
the
REN
command
after
exiting
the
EDIT
mode
.
Press
the
following
key
among
the
3
menus
which
leads
to
the
4
Shift
5
-
4
F9
5
key
.
NNNNNNNNNNNNNNNNNNNNNNNNNN
RENumber
4
Enter
5
or
REN
4
Enter
5
Y
ou
can
specify
the
starting
value
,
increment
value
,
beginning
line
number
,
and
the
ending
line
number
when
renumbering
a
program
as
follows:
NNNNNNNNNNNNNNNNNNNNNNNNNN
RENumber
starting
value,
increment
IN
beginning
line
number,
ending
line
number
4
Enter
5
or
type
as
follows:
REN
starting
value,
increment
IN
beginning
line
number,
ending
line
number
4
Enter
5
line
label
can
be
also
use
instead
of
line
number.
F
or
more
information,
see
the
Instrument
B
ASIC
Language
R
eference
of
the
Instrument
B
ASIC
Users
Handbook.
Editing
Programs
5-3