This function savee the current contents of the Milli Trend Object as a
Comma-separated text file.
void @MilliTrendSaveToCsv(string
classname, string filename);
Parameter
string classname :
classname
of the Milli-Data
Trend object
string filename : The file name (full file path will be
used) to save
Return Value
There is no return value.
Example1)
@MilliTrendSaveToCsv("MilliDataTrend1","C:\\TEST.CSV");
Description : In ¡°MilliDataTrend1¡±, it saves
the current contents as C:\TEST.CSV.
Version Information
Initial support : 9.4.0
Related Helps)