Don't use String (the object)! use the str (char array) functions or sprint() Or DIY it, lookup (it's handed out to students as an exercise) writing your own routine to convert an int to a string. Hint lots of dividing by ten to do.
Mark
Don't use String (the object)! use the str (char array) functions or sprint() Or DIY it, lookup (it's handed out to students as an exercise) writing your own routine to convert an int to a string. Hint lots of dividing by ten to do.
Mark