Hi,
I have bee trying to format the following field and cannot seem to get it right. All examples show consolewrite where as I am trying to put the formatted number in a cell. Here is the code
float l_perday = 0;
l_perday = (l_gros_renew + (l_gros_renew * l_ipt))/365;
I want l_perday to be formatted with comma's but no decimals.
Thank you
I have bee trying to format the following field and cannot seem to get it right. All examples show consolewrite where as I am trying to put the formatted number in a cell. Here is the code
float l_perday = 0;
l_perday = (l_gros_renew + (l_gros_renew * l_ipt))/365;
I want l_perday to be formatted with comma's but no decimals.
Thank you