Weird. I did this: <cfdump var="#val(15.12 + 59.70 - 74.82)#"/><br /> <cfdump var="#evaluate(15.12 + 59.70 - 74.82)#"/><br /> <cfoutput>#evaluate(15.12 + 59.70 - 74.82)#</cfoutput> <cfoutput>#15.12 + 59.70 - 74.82#</cfoutput>
And got this output: 1.42108547152 1.42108547152E-014 1.42108547152E-014 1.42108547152E-014 Note that your val() function is removing the "E-014" portion, so you're not getting 1.42-odd infact you're getting 0.0000000000000142-odd. Definitely a bug somewhere. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include <stdjoke.h> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226256 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

