LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to concat the two one dimensional array to single two dimensional array in labview.

hi,

 

I have the two one dimensional array i need to concat and put it in the second array

 

array 1:  au32Array1 [100]

array 2:  au32Array2 [100]

 

final array :   array[0] [0....99] = au32Array1 [0 - 99]

 

                   array[1] [0....99] = au32Array2 [0 - 99]

 

how can i convert like this

 

 

 

 

regards,

Ramamoorthys

 

Rising sun looks good

with regards and warm welcome,
Ramamoorthy S
0 Kudos
Message 1 of 2
(2,275 Views)

Try this:

build array.png


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
0 Kudos
Message 2 of 2
(2,270 Views)