Concatenate Strings
- Updated2025-07-30
- 2 minute(s) read
Concatenates input strings and 1D arrays of strings into a single output string. For array inputs, this function concatenates each element of the array.
Add inputs to the function by right-clicking an input and selecting Add Input from the shortcut menu or by resizing the function.

Inputs/Outputs
string
—
string 0..n-1 are the strings you want to concatenate.
string
—
concatenated string
—
concatenated string contains the concatenated input strings in the order you wire them to the node from top to bottom. |
You can use this function to concatenate the output from Picture Functions VIs so that they draw on a single picture control. The pictures are drawn in order from top to bottom.
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Strings\Concatenate Strings.vi
string
—
concatenated string
—