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

TEXT_IO.FCLOSE built-in procedure

This procedure closes an open file.

Syntax


PROCEDURE TEXT_IO.FCLOSE
 (file file_type);

Parameters

Parameter

Description

file

A variable that specifies the file to close.

Example


 /*
  ** Close the output file.
  */
  TEXT_IO.FCLOSE (out_file);

See also

About the TEXT_IO built-in package

TEXT_IO built-in package