[Solved] How can I convert a value in cents to a dollar value


Why don’t you do something like this:

<cfdump var="#DollarFormat(itemprice/100)#"><cfabort>

4

solved How can I convert a value in cents to a dollar value