Futurebasic/Language/Reference/reset

Syntax edit

RESET

Description edit

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

OPEN; CLOSE