Join Text
Joins two texts
This activity joins two user-specified texts.
Input
- Text 1: - String Argument- RequiredInput the first text.
- Text 2: - String Argument- Required- Input the second text to join with the specified input. 
- Middle String: - String Argument- RequiredInput the third text to join the first and second inputs.
Output
- Result: - String VariableStores the combined or joined text in the specified String variable.
Last updated
