LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combine arrays in TestStand

Solved!
Go to solution

Hi,

 

I've got 7 string arrays each containing 5 variables.  Is there any way to combine these into one array without resorting to using a separate VI?

 

The arrays then go to a results vi, the less steps the better as it becomes confusing and there is an awful lot of different result sets > 200.

 

Any help appreciated.

 

Rgds,

Sean

0 Kudos
Message 1 of 2
(4,411 Views)
Solution
Accepted by topic author SeanJ

Hi Sean,

 

 

To concatenate two arrays, you can use the += operator. For example, locals.a1 += locals.a2.

 

Hopefully this will solve your problem but if you need any more details please let me know.

 


Regards,

 

 

Thomas Clark

Applications Engineer
National Instruments UK & Ireland
Message 2 of 2
(4,392 Views)