Hello, I have a decimal variable that I need to have two digits after the decimal point. Until now the process is giving me:
8.00 = 8
1.25 = 1.25
1.20 = 1.2
10000.00 = 10000
I need all values with two digits and in the decimal format, how can I do it?
Regards,
Alamyr