User Guide

714 Chapter 3: ColdFusion Functions
as "two", both ListContains and ListFind find it, in the second element:
<p>&nbsp;&nbsp;&nbsp;<strong>ListContains</strong>:
<cfoutput>
The string "two" is in <b>element #ListContains(aList, "two")#</b> of the list.
</cfoutput>
&nbsp;&nbsp;&nbsp;<p><strong>ListFind</strong>:
<cfoutput>
The string "two" is in <b>element #ListFind(aList, "two")#</b> of the list.
</cfoutput>