G
Guest
Hi, I need some help for joining two arrays to become a new array.
For example I have two arrays:
A=Array("a","b","c")
B=Array("d","e","f")
C will be the array that joining A and B.
C = Array("a","b","c","d","e","f")
What operator or function I should in order to get this done?
Thanks.
For example I have two arrays:
A=Array("a","b","c")
B=Array("d","e","f")
C will be the array that joining A and B.
C = Array("a","b","c","d","e","f")
What operator or function I should in order to get this done?
Thanks.