Last Updated: May 27, 2021
Use this function to concatenate two strings.
Concat (input_string_2, input_string_1)
Input Parameter Name | Description |
---|---|
input_string_2 | input string 2 |
input_string_1 | input string 1 |
Return value | Description |
---|---|
text | Returns the concatenated string |
Concat (de, abc)
To view all the Text functions, click here.
Use Join Path function to join the given folder paths.