Jump to content

Concatenate Strings function

From LabVIEW Wiki
Object information
Owning palette(s) String palette
Type Function
Requires Basic Development Environment
Icon

The Concatenate Strings function 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.

Usage

Tips and Tricks

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

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links