LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

insert string 1d array into 2d array

I'm developing an applycation that requires read a string and look for paterns and matched strings, then convert to 1d array and after insert all that information into a spread sheet I already try using insert into array subvi but what I get it's the original data replaced by the new one,
 
any help it's welcome
Carlos Ehrenweig
0 Kudos
Message 1 of 3
(2,205 Views)
Carlos,

Can you post a VI with the problem? That is usually easier than a verbal description.

Maybe you should try Build Array rather than Insert into Array.

Lynn
0 Kudos
Message 2 of 3
(2,196 Views)
You can insert either a new row or new column. I don't know how you could be getting the original array replaced with the new one. Here's a small example that shows how you can insert either a new row or new column. Posting your own VI would make it simpler to understand what is wrong with it.
0 Kudos
Message 3 of 3
(2,191 Views)