Concatenate Strings

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.


icon

Inputs/Outputs

  • cstr.png string

    string 0..n-1 are the strings you want to concatenate.

  • cstr.png string

  • istr.png 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