Syntax:
Then: aa=CLOSE(handle)
"handle" is the file handle returned by OPEN() or CREATE().
Return value - 0 if successful; Negative if failed.
Note: Once a file is closed, it can no longer be accessed through that handle. If you need to access the file again, you must call OPEN() to get a new handle.
Version Ref: 3.x (not included in filePro Lite)
Description:
Closes an opened file.