Geno Cala
Member since Dec 18, 2009
- Profile: /members/4994-geno-cala.htm
- Comments: 2
Recent Blog Comments By Geno Cala
-
Odd CFLoop Condition Runtime Compilation Bug
Posted on Dec 18, 2009 at 4:58 PM
@Ben, Good test but the getMetaData( t ).getName() can't be trusted. If you ran this code: <cfset t = 1 /> <cfparam name="x" type="boolean" default="true"> <cfdump var="#getMetaData( t ).getName()#" /> <cfdump var="#getMetaData( x ).getName()#" /> You get: java.lang.S... read more »
-
Odd CFLoop Condition Runtime Compilation Bug
Posted on Dec 18, 2009 at 1:28 PM
@Ben, Hi Ben, First thanks for all your posts. They bring light and clarity to a lot of CF topics. About this issue, I don't think it's a bug. CF is funky that way. It's just a matter of type and evaluation order which in CF is translated to how we use '', ## or both. In this case the conditio... read more »