Combines two or more strings at once in a specific order.
| Name | Data Type | Description | 
|---|
| String 0 | String | The first string. | 
| String 1 | String | The second string to be appended to the first string. | 
Output
| Name | Data Type | Description | 
|---|
| New String | String | The string created from the combined strings. |