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