separate string
by
aura-communications
Clone & Edit
Download
Edit
separate string.ino
1
2
String
text
=
"Peter,Paul,Mary"
;
// an example string
String
message
=
text
;
// holds text not yet split
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX