- ago
how to save entire time series to a file ?
0
213
Solved
4 Replies

Reply

Bookmark

Sort
Glitch8
 ( 12.05% )
- ago
#1
Use its WriteToBinaryFile or WriteToFile methods.
1
Best Answer
- ago
#2
Obviously, not a big deal, but in case the WL team was not aware...

In the WL Help, WriteToBinaryFile is documented, but WriteToFile is not documented. (WriteToBinaryFile is in the dropdown, but not WriteToFile.) Neither is in the online framework documentation.

The team probably has more important things to address, but thought I'd let you know about WriteToFile in case you want to document it. (I know, its kind of obvious what it does :).
0
Cone8
 ( 23.52% )
- ago
#3
We can take care of that.
.. And since I just looked at it, we need to work on the DateTime formatting for WriteToFile. It's "yyyyMMddhhmmss" but needs to be "yyyyMMddHHmmss" for a 24-hour clock.
0
- ago
#4
Thanks
0

Reply

Bookmark

Sort