LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I combine two arrays into one?

I am trying to combine two byte arrays into one. What function do I use that will put in the information in the same order just combined?
0 Kudos
Message 1 of 5
(3,092 Views)
Hi,
I think you'll have to use the Build Array VI. Don't forget to tick the "Concatenate Inputs" when right clicking on the VI otherwise you'll get an n+1 dimension array (n is the dimension of the arrays you want to combine).

Hope this helps !
Julien
Message 2 of 5
(3,092 Views)
Thank you so much Julien this worked great!! Molly
0 Kudos
Message 3 of 5
(3,092 Views)

Julien,

 

Used LV for years.  Never knew that (concatenate inputs).  Wouldn't believe the lengths ive used to get around it.  Thanks Smiley Very Happy

0 Kudos
Message 4 of 5
(2,659 Views)

battler. wrote:

Julien,

 

Used LV for years.  Never knew that (concatenate inputs).  Wouldn't believe the lengths ive used to get around it.  Thanks Smiley Very Happy


Same here! Smiley Wink I actually learned about it taking a sample test for the CLAD.

Richard






0 Kudos
Message 5 of 5
(2,639 Views)