Search

Concat

Last Updated: May 10, 2022

Articles

Use this function to concatenate two strings.

Syntax

Concat (input_string_2, input_string_1)

Parameters

Input Parameter Name Description
input_string_2 input string 2
input_string_1 input string 1

Returns

Return value Description
text Returns the concatenated string

Sample

Concat (de, abc)

  • Concatenates the string abc with the string de.
    Returns abcde.

To view all the Text functions, click here.

Use Join Path function to join the given folder paths.

Did you find what you were looking for?