Text Documents (Writer)
HTML Documents (Writer Web)
Spreadsheets (Calc)
Presentations (Impress)
Drawings (Draw)
Database Functionality (Base)
Formulae (Math)
Charts and Diagrams
Macros and Scripting
Office Installation
Common Help Topics
OneOffice Logo

File Input/Output Functions

Get Statement

Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable.

Input# Statement

Reads data from an open sequential file.

Line Input# Statement

Reads a line from a sequential file into a variable.

Put# Statement

Writes a record to a relative file or a sequence of bytes to a binary file.

Write# Statement

Writes data to a sequential text file with delimiting characters.

Loc Function

Returns the current position in an open file.

Seek Function

Returns the position for the next writing or reading in a file that was opened with the open statement.

Eof Function

Determines if the file pointer has reached the end of a file.

Lof Function

Returns the size of an open file in bytes.