If I have a string like:

<cfset tmpstr ="thisismystringpeterthatwasmystring">

how can I find "peter" in that mess?

I tried

<cfif tmpstr contains "peter">

and 

<cfif FindNoCase("peter",tmpstr)>

but neither one worked.  Could someone tell me what I'm doing wrong?

Thanks,
Pete


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to