Name
CloseFile -- close an open file
Synopsis
CloseFile(id)
Function
Closes the file with the identifier id which was opened with OpenFile().

Inputs
id
number that the file was opened with
Example
See OpenFile


Show TOC