JoinStringArray

Concatenates two string arrays to return a single array.

Arguments

Number Type Compulsory Default Description

1

string array

Yes

First array

2

string array

Yes

Second array

Returns

Return type: string array

Array of strings of length equal to the sum of the lengths of arguments 1 and 2. Contains arguments 1 and 2 concatenated together.