-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.string.combine.CombineStrings
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Combines any number with strings with the provided optional separator.
To add line breaks use "\n".
Alternative titles: Concat, Join
| Name (Relevancy & Type) | Description |
|---|---|
| Input (StringRequired) | - |
| Separator (String) | Optional separator inserted between elements. Use "\n" to insert line breaks. |
| Name | Type |
|---|---|
| Result | System.String |
⚠ Everything else is automatically generated and will be overwritten regularly.