Appends a string onto the end of a given string.
Properties
String 1: String on which to append String 2
Default : empty
String 2: String to append to String 1
Default : empty
Inputs
| Name | Type | Description |
|---|---|---|
| String 1 | String | String on which to append String 2 |
| String 2 | String | String to append to String 1 |
Outputs
| Name | Type | Description |
|---|---|---|
| String | String | Resulting string |
Example
Need more help with this?
Don’t hesitate to contact us here.




