LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

add data to end of specific line in text file

Solved!
Go to solution

Hello,

 

I am trying to add data to the end of the last 4 lines of the text file attached with data from the "Array to add".  On the 4th row (the 422.5800 entry), I would like to add the first entry from the "Array to add" entry, on the 5th row add the second entry from the "Array to add" and so on.  How do I go about doing that?

 

Any help will be appreciated.

 

Sincerley,

hiNi.

Download All
0 Kudos
Message 1 of 3
(2,765 Views)

Are you just trying to append to the array adding a new column of data?  Just use the build array with a few transpose operations.  Normally build array just adds rows, this makes it add data as a column.

0 Kudos
Message 2 of 3
(2,761 Views)
Solution
Accepted by topic author hiNI

After re-reading your post I think this is what you actually want starting the append after the first 4 rows.

Message 3 of 3
(2,758 Views)