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
That worked perfect, thank you very much.