Finding Values In A ColdFusion Array Using Java - And Other Cool Stuff
<!--- Find numeric value. --->
<cfset blnExists = arrNums.Contains( JavaCast(
"int"
, 70 ) ) />
For Cut-and-Paste
<!--- Find numeric value. ---> <cfset blnExists = arrNums.Contains( JavaCast( "int", 70 ) ) />