> 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?
That's funny. Both work for me. You might want to double-check your logic.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------------------------
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]