Skip to main content
Version: 2.13

Concat 2

Concatenates the two inputs into the output

Description​

Concatenates the two inputs into the output. Generates output even if no input is specified

Inputs​

  • s1 (String): The first string. Defaults to "" if there is no input
  • s2 (String): The second string. Defaults to "" if there is no input

Outputs​

  • s1+s2 (String): The result of the concatenation of s1 and s2.