String +

설명

두 개 스트링을 연결하여 한 개 스트링 안에 넣는다. 두번째 스트링은 첫번째에 더해지고 결과는 새 스트링에 들어간다. 동작은 string.concat()와 같다.

문법

myString3 = myString1 + myString2

매개변수

  • myString1, myString2, myString3 - a String variable

반환값

  • 새 스트링은 두 개의 원래 스트링의 조합이다.

※ 주의 및 경고:

If the string is modified, it is highly recommended using String.reserve() to prevent the memory fragmentation issue

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Disclosure: Some links in this section are Amazon affiliate links. If you make a purchase through these links, we may earn a commission at no extra cost to you.
Additionally, some links direct to products from our own brand, DIYables.

※ OUR MESSAGES