Does your Session.DisplayShowMe var have leading or trailing spaces? Try using: listFindNoCase(urls,SESSION.DisplayShowMe) as listFindNoCase(urls,Trim(SESSION.DisplayShowMe))
-----Original Message----- From: Randell B Adkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:03 AM To: CF-Talk Subject: Re: Syntax not correct? Did you try ListContains >>> [EMAIL PROTECTED] 07/16/03 09:58AM >>> Hi, Whats wrong with the syntax below. It doesn't seem to work. The below SESSIOn varaible is equal to 'mywork' I want to check the SESSION variable for 'mywork' and if it exists do this...other do else. The SESSION could contains multiple checks. For example the <cfset could contain: <cfset urls = "mywork,documents,programs,utilities">...etc. #SESSION.DisplayShowMe#<br> <cfset urls = "mywork"> <cfif listFindNoCase(urls,SESSION.DisplayShowMe)> Match Found! <cfelse> No Match! </cfif> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

