Need help getting the digits without the decimal
i have number such 6711.00425532 , how can 6711 without rounding number or down. in words, don't care number after period, need whatever number before period, is.
if number 23.02345, need 23
if number 344.985430, need 344
is possible?
<cfoutput>#int(6711.00425532)#</cfoutput>
it can quite enlightening when 1 peruses documentation time time.
http://livedocs.adobe.com/coldfusion/8/htmldocs/functions-pt0_14.html
More discussions in Getting Started
adobe
Comments
Post a Comment