RESET: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(Created page with "The '''RESET''' statement closes all files and writes the directory information to a diskette before it is removed from a disk drive. {{PageSyntax}} :: 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 fil...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{PageSyntax}} | {{PageSyntax}} | ||
:: RESET | :: RESET | ||
Line 10: | Line 10: | ||
{{PageSeeAlso}} | |||
* [https://qb64phoenix.com/forum/showthread.php?tid=1357 Featured in our "Keyword of the Day" series] | |||
* [[OPEN]] | * [[OPEN]] | ||
* [[CLOSE]] | * [[CLOSE]] |
Latest revision as of 22:22, 25 May 2024
The RESET statement closes all files and writes the directory information to a diskette before it is removed from a disk drive.
Syntax
- 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.
See also