Chapter
4
BASIC
COMMANDS
FOR DATA
HANDLING
BASIC COMMANDS ASSOCIATED WITH FLOPPY
DISK DRIVES
The BASIC commands described in this chapter, allow the user to communicate
with and transfer data to and from the disk drive.
These commands are available for ALL versions of Commodore BASIC:
OPEN1fn,8,sa,"dr:fn,t,r/w" VERIFY"dr:fn",8
CLOSE1fn PRINT#1,fn
LOAD"dr:fn",8 GET#1fn
SAVE"dr:fn",8 INPUT#1fn
These commands are available ONLY in BASIC 4.0:
DOPEN#1fn,"fn" DSAVE"fn"
DCLOSE#1fn RECORD#1fn,R,B
DLOAD"fn
27