forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
RESET
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
The RESET statement closes all files and writes the directory information to a diskette before it is removed from a disk drive.
RESET
- Always execute a RESET command before removing a diskette from a disk drive. Otherwise, when the diskette is used again, it will not have the current directory information written on the directory track.
- RESET closes all open files on all drives and writes the directory track to every diskette with open files.