Syntax |
Close [[#] filenumber [,[#] filenumber]...] |
Description |
Closes the specified files. |
Comments |
If no arguments are specified, then all files are closed. |
Example |
This example opens four files and closes them in various combinations. Sub Main() Open "test1" For Output As #1 |
See Also |
C |