FORMAT not displaying the last zero decimal

JamieBrown
JamieBrown Member Posts: 107
Hi,

I'm using the following format function on a report to convert dueamount(decimal) into dueamounttext(text)
dueamounttext := FORMAT(dueamount,0);

But for certain amounts it's not displaying the last zero decimal?

For example:

Dueamount = 545.10 Dueamounttext = 545.1

Any ideas?
thanks
Jamie

Answers