concat()

Appends the parameter to a String. myString.concat(parameter)
myString: a variable of type String. parameter: Allowed data types: String, string, char, byte, int, unsigned int, long, unsigned long, float, double. true: success. false: failure (in which case the String is left unchanged).