LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add element to unflatteded XML Array of Arrays?

Solved!
Go to solution

Hello again all,

  I'm trying to read in in an old XML file to get the data from it and write the data to a new XML file that is nearly identical but has another control for each section. To modify this VI to work  I still need to add the "Solder/potting" ENUM (The control that was added to each section) to the array of arrays that is noted .

       Basically its just a data flow problem, I'm just trying to get the data types to match. Im trying to add the "Solder/Plotting" ENUM to the Current array of arrays to match the needed output (on the right of the VI) any suggestions?

 

Thank you all!!

___________________________________________________________________
"I have not failed. I've just found 10000 ways that won't work." - Thomas A. Edison
0 Kudos
Message 1 of 3
(2,285 Views)

My Bad but it's not an array of arrays its a cluster. noob mistake

___________________________________________________________________
"I have not failed. I've just found 10000 ways that won't work." - Thomas A. Edison
0 Kudos
Message 2 of 3
(2,262 Views)
Solution
Accepted by topic author Da-Coder

Solved, indexed in with a For-Loop then Unbundled and was able to add normally

___________________________________________________________________
"I have not failed. I've just found 10000 ways that won't work." - Thomas A. Edison
0 Kudos
Message 3 of 3
(2,219 Views)