LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

want to merge three array

Solved!
Go to solution

Hello All,

 I have three array as follows:

Array one( 2, 3, 5 ,1, 0, 4) values

Array two(00, 01, 03, 04 , 02, 05) values

Array three( Name1, Name2, Name3, Name4, Name5 , Name6) Values

 

Now i have to merge these three array in one array as follows:

 

Array(2_00_NAME1, 3_01_Name2, 5_03_Name3...... and so on)

 

Can anyone help me with this???? I dont know how to merge this as a one ????

 

If anyone can help i would be very glad...

Thanks in advance..

Pals

0 Kudos
Message 1 of 5
(2,817 Views)

@pals wrote:

Hello All,

 I have three array as follows:

Array one( 2, 3, 5 ,1, 0, 4) values

Array two(00, 01, 03, 04 , 02, 05) values

Array three( Name1, Name2, Name3, Name4, Name5 , Name6) Values

 

Now i have to merge these three array in one array as follows:

 

Array(2_00_NAME1, 3_01_Name2, 5_03_Name3...... and so on)

 

Can anyone help me with this???? I dont know how to merge this as a one ????

 

If anyone can help i would be very glad...

Thanks in advance..

Pals


What format is Array one, and Array two in. You can not mix a numerical array with a string array. However it is no problem in converting a numerical value to a string. Or a numerical array to string array. Can you post your coding attempt even if it is not working?



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 2 of 5
(2,809 Views)

Hi,

I am attaching the program, but its totally wrong.

 

thanks so much...

pals

0 Kudos
Message 3 of 5
(2,804 Views)
Solution
Accepted by topic author Sim5

Not sure just what it is you want, but this might be a start.

Omar
0 Kudos
Message 4 of 5
(2,793 Views)

Hi Omar,

I did very little modification and yes i am gatting the correct result...

Thanks so much...

I am attaching the thing which i wanted...

Thanks so much....

pals

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