TheObserver
Programmer
I have a string that I would like to update with some values from some calculations. These calculations result in the ASCII values of the numbers 0 thru 9 and letters A through Z. They are stored in an integer variable and I would like to place these values into the string (char array) as characters. Is there a simple way to do this conversion (I guess that is what I'd call it)? I've attempted to use a sprintf, but I was unable to get it to compile...other methods have been unsuccessful, as well.
Thanks for your time.
Thanks for your time.