Concatenate Strings function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) String palette
Type Function
Requires Basic Development Environment
Icon String Palette - Concatenate Strings.png

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