Concatenate 5 string at once

You cannot (for some reason) not declare variables inside a switch statement. You should have
String stringThree;
at some place
and
stringThree = String(sSS);
in the switch.