Concat 4
Concatenates all 4 inputs to the output.
Description
Concatenates all 4 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
Outputs
- s1+s2+s3+s4 (String): The result of the concatenation of all the inputs