surepic:
@Robin2Isnt String memory corruption problem solved in new library? Few month ago was reading cant remember where that that problem was solved.
When you remember post a link to it and I will look at it. In the meantime I will continue to avoid Strings.
Because of the way Strings work I don't think the problem is fixable. They work fine when there is 2GB of SRAM but not when there is 2K. I use the concept all the time when I write Python code on my PC, but never in my Arduino code.
...R