john
Member since Jan 31, 2015
- Profile: /members/12519-john.htm
- URL: http://jdprojects.co.uk
- Comments: 1
Recent Blog Comments By john
-
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
Posted on Jan 31, 2015 at 5:42 PM
I came across the same issue when using two sets of ArrayFind insdie separate query loops on the same page. I had to use tostring to find on the second set. <cfset j = ArrayFind(Myengineer, toString(RsFindCover.engineer_id))>... read more »