Reset (statement)
Syntax | Reset |
Description | Closes all open files, writing out all I/O buffers. |
Example |
This example opens a file for output, closes it with the Reset statement, then deletes it with the Kill statement.
|
See Also | Close (statement); Open (statement). |