Writing Data from an Array, Matrix or Table to a File
It is possible to write the data from a characteristic line/map or an array/matrix to a file and to read it in again. The data is written in tab-delimited ASCII format, so it can be read and edited with any spreadsheet or word processor.
- Select the characteristic line/map or array/matrix in the Outline tab.
Do one of the following:
- In the Edit menu, select Data.
- Right-click the characteristic line/map or array/matrix in the Outline tab or in the drawing area and select Data from the context menu.
The Table Editor dialog window opens.
In the Table Editor dialog window, open the Edit menu and select File Out Data.
The file selection dialog opens.
- Select a path and a file name with the extension *.dat.
Click OK.
The data from the characteristic line/map or array/matrix is written to the file.
Note
If you write the data from an array/matrix of enumeration type, only the enumerator names selected for the array/matrix elements are stored.
If you write the data from an array/matrix of record type, the dataset names selected for the array/matrix elements are stored.
See also