Futurebasic/Language/Reference/reset
Syntax
RESET
Description
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
OPEN; CLOSE