HiLMAs reference
Back

Input/Output instructions

Next

FCLOSE

FCLOSE numfile1[,numfile2,numfile3,....]

 

Description

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.

 

Examples

 


Back Start Next
FOPEN Top FREAD