String []
설명
String의 개별 문자에 접근하는 것을 허용.
문법
char thisChar = myString1[n]
매개변수
- char thisChar - 문자 변수
- myString1 - String 변수
- int n - 숫자 변수
반환값
- String의 n번째 char. Same as charAt().
- 스트링의 n번째 문자. charAt()와 같음.
※ 주의 및 경고:
If the string is modified, it is highly recommended using String.reserve() to prevent the memory fragmentation issue
더보기
- 언어 : Arduino - String
- 언어 : String += (덧붙이기)
- 언어 : String == (비교)
- 언어 : String != (다름)
- 언어 : String > (더 큰)
- 언어 : String >= (더 크거나 같은)
- 언어 : String < (less than)
- 언어 : String ≤ (작거나 같은)
- 튜토리얼 : Built-in 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.