Answered
Looping through list, searching for text
If i am looping through a list and trying to find the text I am looking for to make a selection statement, how would i achieve that?
<cfif text="TheTextI'mLookingFor></cfif>?
If i am looping through a list and trying to find the text I am looking for to make a selection statement, how would i achieve that?
<cfif text="TheTextI'mLookingFor></cfif>?
you would use Find of FindNoCase function.
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e7c.html
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.