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"}
|
I have two string arrays
I would like to know whether it is possible to join these arrays so that the resultant arrays have something like
|
||||
|
|
|
|||
|
|
|
You can use a
|
|||
|
|