Text file functions

The TEXT functions can be used to read and write text files.

TEXTClose()
TEXTClose() is used to terminate access to a text file opened with TEXTOpen().
TEXTExport()
TEXTExport() is used to write out a set of multiple strings to a text file.
TEXTImport()
TEXTImport() is used to read a text file into a set of multiple strings.
TEXTOpen()
TEXTOpen() is used to establish access to a text file.
TEXTRead()
TEXTRead() is used to read a single line of text from an open text file.
TEXTWrite()
TEXTWrite() is used to write a single line of text to an open text file.

Deprecated

TEXT$Export()
TEXT$Export() is used to export a text file from an EASI multi-line string variable.
TEXT$Import()
TEXT$Import() is used to import a text file into an EASI multi-line string variable.

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.