Radio Shack CTR-118 User Manual Page 118

  • Download
  • Add to my manuals
  • Print
  • Page
    / 196
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 117
9-6
Q (Cancel and Exit)
Tells Computer to end editing and cancel all changes made in the current
editing session. If you've decided not to change the line, type Q to cancel
changes and leave Edit Mode.
H (Hack and Insert)
Tells Computer to delete remainder of line and lets you insert material at the
current cursor position. Hitting
will actually delete a character from the
line in this mode. For example, using line 100 listed above, enter the Edit
Mode and space over to the last statement, PRINT"DONE". Suppose you
wish to delete this statement and insert an END statement. Display will
show:
100 FOR I=1 TO 10 STEP .25 : PRINT I, I
2, I
3 : NEXT :_
Now type H and then type END. Hit
[ENTER]
key. List the line:
100 FOR I=1 TO 10 STEP .25 : PRINT I, I
2, I
3 : NEXT : END
should be displayed.
n
D (Delete)
Tells Computer to delete the specified number n characters to the right of the
cursor. The deleted characters will be enclosed in exclamation marks to show
you which characters were affected. For example, using line 100, space over
to the PRINT command statement:
100 FOR I=1 TO 10 STEP .25 :_
Now type 19D. This tells the Computer to delete 19 characters to the right of
the cursor. The display should show something like this:
100 FOR I=1 TO 10 STEP .25 : !PRINT I, I
2, I
3 :!_
When you list the complete line, you'll see that the PRINT statement has
been deleted.
Page view 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 195 196

Comments to this Manuals

No comments