Chris
Member since Dec 11, 2008
- Profile: /members/1585-chris.htm
- Comments: 2
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'; // Should be false, and is f... read more »