Futurebasic/Language/Reference/reset

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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