I have two string arrays
Array1 = {"Paul","John","Mary"} Array2 = {"12","13","15"}
I would like to know whether it is possible to join these arrays so that the resultant arrays have something like
{"Paul12","John13","Mary15"}
No comments:
Post a Comment