I am looking for the most natural way to save data to a text file. Could someone provide a simple example? Is there a function from the println family that does the job?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The Note the whole Core.Printf module is interesting. A very simple example:
|
|||
|
|
|
fprintf and the like may not be the right way to go, depending how you are generating the data. Sometimes it can be as easy as this:
|
|||
|
|