Futurebasic/Language/Reference/reset
Appearance
Syntax
[edit | edit source]RESET
Description
[edit | edit source]This statement closes all files and devices that have been opened with the OPEN statement. RESET is functionally identical to using the CLOSE statement without any parameters.
See Also
[edit | edit source]OPEN; CLOSE