if using the String class you can use SetChatAt() to insert a char into a String
or you could use an array of char
https://www.arduino.cc/en/Reference/Array
http://www.cplusplus.com/doc/tutorial/ntcs/
if using the String class you can use SetChatAt() to insert a char into a String
or you could use an array of char
https://www.arduino.cc/en/Reference/Array
http://www.cplusplus.com/doc/tutorial/ntcs/