This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Reset Statement
Closes all disk files opened using the
Open statement.
Reset ()
Remarks
The Reset statement closes all active files opened by the Open statement and. has the same function as Close() without any parameters.
See Also
Example
Close Function | End Statement | Open Statement | Writing Data to Files