TEXT_IO.FCLOSE
built-in procedureThis procedure closes an open file.
PROCEDURE TEXT_IO.FCLOSE
(file file_type);
Parameter |
Description |
|
A variable that specifies the file to close. |
/*
** Close the output file.
*/
TEXT_IO.FCLOSE (out_file);
About the TEXT_IO
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.