econjack:
Whenever I see something like this:
- text.toCharArray(Name,20);*
and given all the bad press around the String class, I wonder why you're even bothering to use a String in the first place. Just use a char array and be done with it.
This part of the code is only temporary. I want to check my code at each step. I haven't used c++ for 5 years so i need to try different solutions otherwise i will lose too much time.
Thank you.