Hello ,
I have 2 string arrays and I want to merge them together then put the elements into a third string array ..
for an example :
string1="a","b","c"
string2="d","e","f"
after merging:
string3="a","b","c","d","e","f"
Thanks for any help![]()
|
Results 1 to 3 of 3
|
Click Here to Expand Forum to Full Width |