Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
you would use Find of FindNoCase function.
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e7c.html
Copy link to clipboard
Copied
Thanks.