<!--- Get first index. ---> <cfset intFirstIndex = arrGirls.IndexOf( JavaCast( "string", "Kim" ) ) /> <!--- Get last index. ---> <cfset intLastIndex = arrGirls.LastIndexOf( JavaCast( "string", "Kim" ) ) />