Quote:
Originally Posted by Pat McCarthy
Back again!
I can't figure out how to convert a float value to a char string.
Suggestions? Thanks!
|
Like take value 9.023 and turn it into '9' '.' '0' '2' '3' in a char string?
Idk how you would get each number individually but to change the number into its ASCII code you would do
# + '0' to get the ascii code of the number