hi,

i am trying to write a numeric value using POI and i get the strange results:

 <poi:cell type="numeric" numberformat="##,####0.00" value="1075483609"/>

 <cfset x=#NumberFormat('1075483609','999,999,999,999.99')#>
 <poi:cell type="string" value="#x#"/>

if you run the above you get 1,075,483,648.00   1,075,483,609.00 respectively. 
notice that the last three digits are different, can someone explain this?

thanks


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353849
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to