Tagged Questions
0
votes
3answers
119 views
How to export a header before the data in the result file?
I would like to export a phrase to my result data as a heading.
I'm exporting the data correctly with
Export["file.dat", table].
But I'm doing several ...