> 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
>
>

What do you mean that it did not work?  Was there an error?  It is very
difficult to solve these issues without sufficient detail, ie: error
messages, ambiguous output etc.

DC


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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