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

TEXT_IO.FILE_TYPE built-in type

This type 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;

See also

About the TEXT_IO built-in package

TEXT_IO built-in package