Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » String » ConcatenateStrings_OfArray

ConcatenateStrings_OfArray


Module: FoundationLite

Joins multiple strings into a single one.

Name Type Description
Input value inStringArray StringArray
Input value inPadString String String inserted between concatenated elements
Input value inPadAtBegin Bool Determines if inPadString will be inserted also before first element
Input value inPadAtEnd Bool Determines if inPadString will be inserted also after last element
Output value outString String

Description

Array version of ConcatenateStrings.

Examples

Description of usage of this filter can be found in examples and tutorial: IO Serial Port Communicator.

Complexity Level

This filter is available on Basic Complexity Level.

See Also