Concatenate Strings
Description
The text block Concatenate Strings
combines strings together to form a single string separated using a specific separator such as underscore _
.
This is useful for a number of different things. For example as an Excel filename consisting of SR number and date concatenated into one.
Input
Each input must be the same size, but can be everything up to MxN
. Normally inputs would be probrably 1x1
.
Output
The output is concatenated strings between the different inputs with the same size as the input.
Attributes
Attribute | Value |
---|---|
Name | ConcatenateStrings |
Separator | _ |
Inputs | 2 |
Name
Name specifies the name of the block.
Separator
Separator specifies the separator between the strings. Default it is underscore _
. But this can be anything from
to a string.
Inputs
Inputs specifies the number of inputs the text will concatenate. The minimum number of inputs is 2.