User`s manual
-
D. 1.
P. 9, USINGWITHA VIC 20 OR COMMODORE64, last paragraph
2.
. . . explanation of the U (user)commands in chapter 7.
3.
. . . explanation of the U (user) commands in chapter 8.
E. 1.
P. 10, EXAMPLES,example 3
2.
LOAD A$, J K
3.
LOADA$, J, K
F.
1.
P. 13, FORMATFOR THE SAVECOMMAND,first paragraph, line 1
2.
Seethe LOADcommand (pages &
) for an explanation. . .
3.
Seethe LOADcommand (page 10) for an explanation. . .
G. 1.
P. 13, FORMATFOR SAVEWITHREPLACE:,example
2.
SAVE"=0:" + name$, device#, command#
3.
SAVE"@O:" + name$, device#, command#
H.
1.
P.14, FORMATFOR THE OPENSTATEMENT:,example
2.
OPENftle#, device#, (command) channel#, text $
3.
OPENftle#, device#, channel#, text $
I. 1.
P. 15, paragraph after EXAMPLESOF OPENSTATEMENTS:,line 4
2.
. . . the disk drive,which LOADsit onto the diskette.
3.
. . . the disk drive, from whichit goesto the diskette.
J.
1.
P. 19, CLOSE-- NOTE: (paragraph 3 on p. 19), line 4
2.
CLOSE 15: OPEN 15,8,15: CLOSE15.
3.
OPEN 15,8,15, "I".
K.
1.
P. 20, EXAMPLESOF OPENINGSEQUENTIALFILES:
2.
OPEN2,8,2, "ODATA,S, W"
3.
OPEN2, 8, 2, "O:DATA, S, W"
L. 1.
P. 20, EXAMPLESOF OPENINGSEQUENTIALFILES:
2.
OPEN8, 8, 8, "OProgram,P, R"
3.
OPEN8, 8, 8, "O:PROGRAM,P, R"