01-27-2016 04:50 AM
Have this little program using spredsheet string to array
I expected the output to be 6.76 and not 6.
Can anybody explain why?
I set the dicimal symbol for the computer to '.'
Solved! Go to Solution.
01-27-2016 04:52 AM
use %f instead of %d to get floating point numbers. Please refer to the help of the format string for more options on number formattings.