Community Member Profile
- Profile: /members/9670-Florent-Hendrickx.htm
- Comments: 2
- Points: 24
Recent Blog Comments By Florent Hendrickx
-
ColdFusion String Comparison: Compare() vs. Equals() vs. CompareTo()
Posted on Feb 28, 2012 at 5:15 AM
Actually ... no real problem with the Compare function. It's just about the file reading. As I was reading ALL the text (even if the entire texte was only 1 line long) by a <cffile>, it was not correct. I had to read the first line and only her with a fileReadLine...and the it wo... read more »
-
ColdFusion String Comparison: Compare() vs. Equals() vs. CompareTo()
Posted on Feb 28, 2012 at 4:57 AM
Hi Ben ! Firstly, thank you for your site and all the help it already provided me. Now, I've a strange problem with a Compare function (same problem with a cfif eq statement): when I pass two VARIABLES as arguments in the Compare function, it doesn't works, it returns a non equal... read more »



