jli wrote:
> If I saved the data into a notepad file. Once I use Excel to open my
> notepad file, all the data are in one row in the Excel. What I want to
> do is making each data per row, but all in same column in the Excel
> file. Do you have any idea? A big thanks.
Excel just takes the Formatting from the text.
If you want more than one row in excel, ou have to do more than one row
in the text file.
Looks like this:
Data1 Data2 Data3 Data4
0.000 0.000 0.000 0.000
1.000 1.000 1.000 1.000
2.000 2.000 2.000 2.000
And here comes the Problem. If you want to append one more row to an
existing File, you have to read in the complete file ("Read From
Spreadsheet File.vi") append your Array of Data to the array (as
additional row) and save th
e data again with the "Write To Spreadsheet
File.vi"
Your Data has to be in a 2 dimensional array for this.
I hope, this helps a bit
Bye
Marco