Community Member Profile
Chris
Member since Dec 11, 2008
- Profile: /members/1585-Chris.htm
- Comments: 2
- Points: 11
Recent Blog Comments By Chris
-
ColdFusion String Comparison: Compare() vs. Equals() vs. CompareTo()
Posted on May 12, 2009 at 9:36 AM
This is why I hate coldfusion. It doesn't hold to any conventions about how objects should be compared. For example, strings of different lengths get evaluated completely differently. I know of no other language that does this. <cfscript> a = '12345'; b = '12346'; // Sh... read more »
-
Passing Arrays By Reference In ColdFusion - SWEEET!
Posted on Jun 20, 2008 at 11:19 AM
Great article, but a little long. In summary, "To pass arrays by reference in Coldfusion, don't use Coldfusion arrays" ;)... read more »



