A script-enabled browser is required for this page to function properly.

TEXT_IO.Fclose

Description

Closes an open file.

Syntax


PROCEDURE Text_IO.Fclose
   (file file_type);

Parameters

file A variable that specifies the file to close.

Example


 /*
**  Close the output file.
*/
Text_IO.Fclose (out_file);