Concatenate String

Last modified: May 15, 2023

1 Description

Concatenate Strings

2 Usage

Pass the Strings you want to concatenate, with a maximum of five strings.

3 Input Parameters

Name Datatype Required Description
String 1 String no First String of the chain.
String 2 String no Appended after String 1
String 3 String no Appended after String 2
String 4 String no Appended after String 3
String 5 String no Appended after String 4