Community Member Profile
Michael
Member since Dec 16, 2011
- Profile: /members/9386-Michael.htm
- Comments: 1
- Points: 9
Recent Blog Comments By Michael
-
Learning ColdFusion 9: ArrayFind() And ArrayContains() For Searching Arrays
Posted on Dec 16, 2011 at 2:16 PM
@Ben, not to be a nitpicker for minor details or moreover a stickler for lean efficient code, but arrayContains() returns a boolean which is solely what an IF() test is based on. ArryFind() returns a numerical value, which is not a valid boolean type and forces an implicit conversion to a boolean... read more »



