Hi All,
I got an amount in decimal to 555777.00 which i managed to truncate into 555777. using [myInt := Amount Div 1;]
However, i would like further to change it into 555,777 with a thousand separator how can it be done ?
Hi All,
I got an amount in decimal to 555777.00 which i managed to truncate into 555777. using [myInt := Amount Div 1;]
However, i would like further to change it into 555,777 with a thousand separator how can it be done ?