Dec 5, 2018 at 1:49am
Hi everyone, this question might be a bit elementaty but I haven't done any programming in many years and I am a bit stuck.
I am trying to convert a number into a formatted number. I would like to do this.
example:
convert 450 into 4.5
If I do 450/100 I will get 4.50, I only want to get 4.5 without the zero on the end. Can someone show me an example on how this is done please.
Thanks
Dec 5, 2018 at 3:06am
That worked perfect, thank you very much.