String +=
Description
It concatenates Strings with other data.
Syntax
myString1 += data
Parameter Values
- myString1: a String variable.
Return Values
- Nothing
※ NOTES AND WARNINGS:
If the string is modified, it is highly recommended using String.reserve() to prevent the memory fragmentation issue
See Also
- Language : Arduino - String
- Language : String == (comparison)
- Language : String + (concatenation)
- Language : String != (different from)
- Language : String [] (element access)
- Language : String > (greater than)
- Language : String >= (greater than or equal to)
- Language : String < (less than)
- Language : String ≤ (less than or equal to)
- Example : String Tutorials
※ ARDUINO BUY RECOMMENDATION
Arduino UNO R3 | |
Arduino Starter Kit |
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.