Owning Palette: String Functions
Requires: Base Development System
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.
Add to the block diagram | Find on the palette |
string 0..n-1 are the strings you want to concatenate. | |
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.
Refer to the Concatenate Strings VI in the labview\examples\Strings directory for an example of using the Concatenate Strings function.