|
| KiXtart Command Reference |
CLOSEactionCloses a file previously opened by the OPEN function. syntaxCLOSE (file number) parameterFile number A numeric expression indicating the file number of the file to close. Possible values range from 1 to 10. returns
exampleIF Close(3) Beep ? "Error closing file!" ENDIF |