D
Danny
Hi,
I have 2 (or more) arrays, how can i combine them into 1?
example:
Array 1 = "1, 2, 3, 4"
Array 2 = "A, B, C, D, E, F"
Result:
Array_Combined = "1, 2, 3, 4, A, B, C, D, E, F"
br,
Danny
I have 2 (or more) arrays, how can i combine them into 1?
example:
Array 1 = "1, 2, 3, 4"
Array 2 = "A, B, C, D, E, F"
Result:
Array_Combined = "1, 2, 3, 4, A, B, C, D, E, F"
br,
Danny