Table (Export)
Export data from tables to files.
Syntax
model.result().export().create(
<ftag>
,"Table");
model.result().export(
<ftag>
).set(
property
,
<value>
);
model.result().export(
<ftag>
).run();
Description
model.result().export().create(
<ftag>
,"Table")
creates a table export feature with the name
<ftag>
.
The following properties are available:
Table 7-97:
Valid Property/Value Pairs for Table Exports
Property
Value
Default
Description
alwaysask
on
|
off
off
Always ask for filename when saving. This property is ignored when running without a GUI.
ifexists
append
|
overwrite
overwrite
If the file exists, append to or overwrite the file contents.
filename
String
The output file.
fullprec
on
|
off
on
If on, floating-point numbers are written in full precision, otherwise they are written with six significant digits.
header
on
|
off
off
Enable/disable a data header in the output file.
sort
on
|
off
off
Enable/disable sorting of the points with respect to the coordinates.
table
none
| table name
First table
The table this feature refers to.
See Also
Data
,
Table