I am trying to create a mask to be able to display some values.
The values can either be an integer from 0 to 255 or a single from 0.01 to 2.50.
I tried ###.## but i want to get rid of the period if the value is an integer. I do not want to see 231.
I want to see 231 (without the period).
Is that possible?
Thanks.
The values can either be an integer from 0 to 255 or a single from 0.01 to 2.50.
I tried ###.## but i want to get rid of the period if the value is an integer. I do not want to see 231.
I want to see 231 (without the period).
Is that possible?
Thanks.