Hi Forum If I had two text arrays, both with the same count() values,

Hi Forum

If I had two text arrays, both with the same count() values, is there an easy way to concatenate the two arrays so that their respective indexes would match up?

eg

Array 1: {A;B;C;D}
Array 2: {E;F;G;H}

The resulting array would be {AE;BF;CG;DH}

I've tried saving ((pv!array1)&(pv!array2)) into a new array with no success.

Any help would be greatly appreciated! ...

OriginalPostID-88036

OriginalPostID-88036

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data