Skip to main content
Version: Next

Concat 8

Concatenates all 8 inputs to the output.

Description

Concatenates all 8 inputs to 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
  • s3 (String): The third string. Defaults to "" if there is no input
  • s4 (String): The fourth string. Defaults to "" if there is no input
  • s5 (String): The fifth string. Defaults to "" if there is no input
  • s6 (String): The sixth string. Defaults to "" if there is no input
  • s7 (String): The seventh string. Defaults to "" if there is no input
  • s8 (String): The eighth string. Defaults to "" if there is no input

Outputs

  • s1+...+s8 (String): The result of the concatenation of all the inputs