Answers for "add decimal to last 2 digits of integer cold fusion"

0

add decimal to last 2 digits of integer cold fusion

<cfscript>
var number = 100045
writeDump(var =numberFormat((number/100),'__.00'));

</cfscript>
Posted by: Guest on April-02-2022

Code answers related to "add decimal to last 2 digits of integer cold fusion"

Browse Popular Code Answers by Language