[cfaussie] Re: FineNoCase Problem

2007-03-01 Thread Andrew Scott
Scott, Well that is a doosy, but maybe you should be looking at contains and not FindNoCase. Because x = opva will always return true as will x=op I suggest using cfif StringToCompareAgainst contains 'OPPO,OPSNC,OPVAN,OPGEN,INP' Of you could do something like this cfswitch expression=#x#

[cfaussie] Re: FineNoCase Problem

2007-03-01 Thread Adam Chapman
ListFindNoCase('OPPO,OPSNC,OPVAN,OPGEN,INP', x) gt 0 Cheers, Adam -Original Message- From: Scott Thornton [mailto:[EMAIL PROTECTED] Sent: Friday, 2 March 2007 2:48 PM To: cfaussie@googlegroups.com Subject: [cfaussie] FineNoCase Problem Hi, I have been using