Hello every one,
I want to choose 4 decimal places in the calculations fields but when ever user enter only 2 decimal places the other 2 decimal places with no trailing zeros
Thanks in Advance
arjun skiper wrote:
Hi,
You can use FormatDecimal() function, and set the decimal_digits parameter to 4..
Thanks !