Hello,
I am using the following:
Monfichier.writeln(t60.getValue(0),",",t120.getVal ue(0),",",t240.getValue(0),",",td.getValue(0),",", tw.getValue(0));
It is writing each variable on a separate line. Why is that? I thought this statement would write everything on one line and then press return so everything after that would be on the next line.
-Mike
I am using the following:
Monfichier.writeln(t60.getValue(0),",",t120.getVal ue(0),",",t240.getValue(0),",",td.getValue(0),",", tw.getValue(0));
It is writing each variable on a separate line. Why is that? I thought this statement would write everything on one line and then press return so everything after that would be on the next line.
-Mike
Comment