From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,404 Views)
Solution
Accepted by 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,385 Views)