RE: Maths with evaluate

2006-03-15 Thread Munson, Jacob
That's very interesting. I've seen similar problems before, and it appears that things like this shine some light on weaknesses in ColdFusion's dynamic typing. I'm eagerly waiting for one of the CF geniuses to give insight on this. :) > -Original Message- > From: Martin Thorpe [mailto:

Re: Maths with evaluate

2006-03-15 Thread Martin Thorpe
Is there any advantage to using val() over evaluate()? >Change your d value to this and it works also: > > > >--Ferg > >Martin Thorpe wrote: >> ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235458 Archives: http://w

Re: Maths with evaluate

2006-03-15 Thread Ken Ferguson
Change your d value to this and it works also: --Ferg Martin Thorpe wrote: > So I was thinking that evaluate should not make any difference to > mathematical calculations, but I have been shown this by some > mathematical guy and the only calculation that is correct is the > evaluated one, is t

Maths with evaluate

2006-03-15 Thread Martin Thorpe
So I was thinking that evaluate should not make any difference to mathematical calculations, but I have been shown this by some mathematical guy and the only calculation that is correct is the evaluated one, is there a way to do this without evaluate() or not: #a# + #b# - #c# = #a+b