Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | table | |
Tool | table |
The output format is that read by the constructor tablefromascii.
If the argument headerfile is set then the header information is written to that file instead of the first two lines of the data file.
asciifile | in | Name of ASCII file to be written | |
Allowed: | String | ||
headerfile | in | Name of an optional file defining the format | |
Allowed: | String | ||
Default: | '' | ||
columns | in | Names of columns to be written | |
Allowed: | Vector of strings | ||
Default: | All | ||
sep | in | Value separator | |
Allowed: | String | ||
Default: | ' ' |