10-26-2010 10:19 AM
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
Solved! Go to Solution.
10-26-2010 10:29 AM
@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?

10-26-2010 10:42 AM
Hi,
I am attaching the program, but its totally wrong.
thanks so much...
pals
10-26-2010 11:02 AM
Not sure just what it is you want, but this might be a start.
10-26-2010 11:17 AM
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