Start » Filter Reference » Basic » String » ConcatenateStrings_OfArray
Module: | FoundationLite |
---|
Joins multiple strings into a single one.
Name | Type | Description | |
---|---|---|---|
![]() |
inStringArray | StringArray | |
![]() |
inPadString | String | String inserted between concatenated elements |
![]() |
inPadAtBegin | Bool | Determines if inPadString will be inserted also before first element |
![]() |
inPadAtEnd | Bool | Determines if inPadString will be inserted also after last element |
![]() |
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
- ConcatenateStrings – Joins two or more strings into a single one.