Truncating Numbers in Coldfusion January 11, 2013 To trunc numbers without rounding in coldfusion simply use: fix(myNumber) ex: <cfoutput>#fix(34.731)#</cfoutput> Result: 34 Share Get link Facebook Twitter Pinterest Email Other Apps Labels coldfusion trunc Share Get link Facebook Twitter Pinterest Email Other Apps Comments
Comments
Post a comment