Did you mean
myString[0] = '0';
?
Why not just start the conversion one character on from the start?
Why use String at all?
Did you mean
myString[0] = '0';
?
Why not just start the conversion one character on from the start?
Why use String at all?