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

TEXT_IO.File_Type

Description

Specifies a handle to a file.

Syntax


TYPE Text_IO.File_Type;

Example


 /*
** Declare a local variable to represent
** the output file you will write to.
*/
out_file  Text_IO.File_Type;