Finding Values In A ColdFusion Array Using Java - And Other Cool Stuff

<!--- Get index based on list find. --->
<cfset intIndex = ListFind(
	ArrayToList( arrValues ),
	Value
	) />

For Cut-and-Paste