TEXT_IO
built-in package
Procedure/Exception/Function |
Description |
procedure that closes an open file |
|
type that specifies a handle to a file | |
function that opens the designated file in the specified mode | |
function that checks to see if the specified file is currently open | |
procedure that retrieves the next line of an open
file and places it in item |
|
procedure that concatenates the specified number of newline characters (that is, carriage returns) to the current line of an open file, or outputs them to the Interpreter | |
procedure that concatenates the supplied data to the current line of an open file, or outputs it to the Interpreter | |
procedure that formats and writes a message to an open file, or outputs the message to the Interpreter | |
procedure that concatenates the character data
supplied by item to the current line of an open file,
or outputs it to the Interpreter |
About the TEXT_IO
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.