FCLOSE numfile1[,numfile2,numfile3,....]
Closes files corresponding to numfile1, numfile2, etc.
numfile are the numeric constants (from 1 to 20) used in FOPEN statement to handle the file.
Up to 10 files can be closed in a same FCLOSE statement, no matter what type of files are.