Remote Processing CAMBASIC User Manual
Page 23

Program Editing - 4
R
Replace
T h e R e pl ac e co m m an d do e s a d el et e a n d i ns er t on a ch a ra c te r ba si s. F o r ex a mp le :
EDIT 10
10 PRINT "This is";:PRINT" a sample edit"
10 _
Now press the < SPC> until the cursor is under the “a” in sample.
10 PRINT "This is";:PRINT" a sample edit"
10 PRINT "This is";:PRINT" a s_
Type < R> and then < I> . You have replaced the “a” with an “I”. F inally, type < ENTER> .
10 PRINT "This is";:PRINT" a sample edit"
10 PRINT "This is";:PRINT" a si
10 PRINT "This is";:PRINT" a simple edit"
I f yo u ch a ng e yo u r mi nd in th e m id d le o f a R ep la c e, y o u c a n e x it by p r es si ng < E S C >
X
Extend The Line
To add more to the end of an existing line type < X> . This com mand moves the cursor to the next
character past the end of the line and enters the Insert Mode.
The cur sor will ch ange fro m the und erline to the b lock. You m ay now inse rt test.