Reference: HP Instrument BASIC
Keys for IBASIC
4
6
5
,
4
7
5
Move cursor Moves the cursor one character in indicated direction.
4
Shift
5
+
4
6
5
Beginning of line Moves the cursor to beginning of line.
Same as
4
Home
5
.
4
Shift
5
+
4
7
5
End of line Moves the cursor to end of line.
Same as
4
End
5
.
4
Backspace
5
Backspace When the editor is running, deletes the character before
cursor.
When the editor is not running, deletes the character
before cursor (if mode is insert mode). If mode is not
insert move, moves cursor to left by one cursor.
4
Alt
5
+
4
D
5
Delete line When the editor is running, deletes the current line
.
When the editor is not running, deletes the character at
the cursor.
Same as
4
Shift
5
+
4
Delete
5
.
4
Alt
5
+
4
I
5
Insert line When the editor is running, opens a new line before the
current line.
When the editor is not running, inserts text at the cursor
(press
4
Insert
5
again to end insert mode).
Same as
4
Insert
5
.
4
Ctrl
5
+
4
U
5
Run Executes the program.
4
Ctrl
5
+
4
P
5
Pause Pauses program execution until
CONT
is executed or
N
NNNNNNNNNNNNNNNNNNNNNNNNN
Continue
primary softkey is pressed. If the program
is modied while paused,
RUN
must be used to restart
program execution.
Same as
4
Pause
5
.
2-23