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