LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Link 2 arrays

Hello;
I am new in programing in LabView and i have a problem with 2 arrays.
I have 2 arrays of 1D and i want to link the arrays but the final array has to be a 1D array.
Example:
  array1: 1,2,3,4,5
  array2: 6,7,8,9
  final_array:1,2,3,4,5,6,7,8,9
 
I used build array function but the final array is a 2D array and i don´t want this.
Thank you
0 Kudos
Message 1 of 3
(2,591 Views)
Right-click the "Build array" function and select Concatenate Inputs

Message 2 of 3
(2,587 Views)

Also you could use 'Insert into array' function

connect one array to 'array' terminal and other array to 'new element/ subarray' terminal of this function

Message Edited by devchander on 02-23-2007 04:28 AM

0 Kudos
Message 3 of 3
(2,571 Views)