Export

Revision as of 20:25, 12 February 2013 by Drice (talk | contribs) (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Export is a typescript command that mirrors the functionality of the File→Export menu option in Analytica.

Usage: Export «expression» "«filename»"

Examples

To export an edit table definition for the variable A, where A is defined as a Table:

Export Definition A "C:\Temp\A.txt"

To export the PDF result of Y:

Export PDF(Y) "C:\temp\Y_pdf.txt

To export the Mid value of Y:

Export Y "C:\temp\Y_result.txt"

or

Export Mid(Y) "C:\temp\Y_result.txt"

File format

Tables are written using the Export-Import data format.

Unindexed lists are written with one item per line.

See Also

Comments


You are not allowed to post comments.