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

TEXT_IO built-in package

Procedure/Exception/Function

Description

TEXT_IO.FCLOSE

procedure that closes an open file

TEXT_IO.FILE_TYPE

type that specifies a handle to a file

TEXT_IO.FOPEN

function that opens the designated file in the specified mode

TEXT_IO.IS_OPEN

function that checks to see if the specified file is currently open

TEXT_IO.GET_LINE

procedure that retrieves the next line of an open file and places it in item

TEXT_IO.NEW_LINE

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

TEXT_IO.PUT

procedure that concatenates the supplied data to the current line of an open file, or outputs it to the Interpreter

TEXT_IO.PUTF

procedure that formats and writes a message to an open file, or outputs the message to the Interpreter

TEXT_IO.PUT_LINE

procedure that concatenates the character data supplied by item to the current line of an open file, or outputs it to the Interpreter

See also

About the TEXT_IO built-in package

About built-in packages