Concatenates two string arrays to return a single array. Either argument may be a zero-length vector
Number | Type | Compulsory | Default | Description |
1 | string array | Yes | First array | |
2 | string array | Yes | Second array |
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.
▲Function Summary▲ | ||
◄ IsTextEditorModified | JoinVectors ▶ |