Kal
07-04-2011, 03:11 PM
Hi,
I am trying to merge the values of 2 arrays.
array 1 = 1, 2, 3, 4, 5
array 2 = a, b, c, d, e
Resulting in:
array 3 = 1-a, 2-b, 3-c, 4-d, 5-e etc
both arrays that will be used originally will always of the same length. Both arrays will contain numbers
Can you please help?
Thanks
I am trying to merge the values of 2 arrays.
array 1 = 1, 2, 3, 4, 5
array 2 = a, b, c, d, e
Resulting in:
array 3 = 1-a, 2-b, 3-c, 4-d, 5-e etc
both arrays that will be used originally will always of the same length. Both arrays will contain numbers
Can you please help?
Thanks