TEXTExport()

  TEXTExport and TEXTImport

Description

TEXTExport() is used to write out a set of multiple strings to a text file.

Call Signature

void TEXTExport ( string filename, mstring out_lines )

Return Value

void

This has no return value.

Arguments

string filename:

A string expression evaluating to the name of the file to be exported.

mstring out_lines:

A multi-line expression containing all the information to be written out to the file.

Remarks

If TEXTExport() fails to create the output file, an error will be generated.

See also

Text file functions

TEXTImport()

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