Combines, or concatenates two strings into one new String. The second string is appended to the first, and the result is placed in a new String
string, string2: variables of type String
new String that is the combination of the original two Strings
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.