OriginalPostID-94672
Discussion posts and replies are publicly visible
But what if when the array's are not in same length.
A nine year old thread?
But ... you would have to add a check for equal length, or pad the shorter array with zeros.
You can also use joinarray function in which you have add both the array elements.EXample-> a!localVariables( local!a:{1,2,3}, local!b:{1,2,3}, joinarray(local!a+local!b), )