James
Member since Dec 11, 2008
- Profile: /members/2129-james.htm
- Comments: 2
Recent Blog Comments By James
-
ColdFusion Data Types From Different Sources (And How ColdFusion Sees Them)
Posted on Nov 2, 2006 at 3:11 PM
Also useful to know that if you were to do something like: <cfset c = c + 1/> And then call c.GetClass().GetName(), you'd end up with java.lang.Double . It's caught me out a couple of times when passing values into java methods that are of type int and obviously I was passing a double witho... read more »