JoinVectors Function

Concatenates two vectors of the same type. Works with vectors of type string, real or complex. Either argument may be a zero-length vector

Arguments

Number Type Compulsory Default Description
1 Real, complex or string. Must be the same type as arg 2 Yes First vector
2 Real, complex or string. Must be the same type as arg 1 Yes Second vector

Argument 1

First vector

Argument 2

Second vector

Returns

Return type: Same as arguments

Concatenation of the two arguments

See Also