listcontainsNoCase Description Returns the index of the first element of a list that contains a specified substring within elements. The search is case-insensitive. If no element is found, returns 0.
Category List functions Syntax listcontainsNoCase(list, substring [, delimiters ]) ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 11:08 AM To: CF-Talk Subject: Checking SESSION variable Hi, I have session variable that contains the directory name "session.strFileName". I also have another session variable "session.ShowMe" that contains multiple directory names (comma-delimited) which i'm setting from my database. Basically, i need to check if the directory "session.strFileName" exists in the variable "session.showme". Example: session.strfilename = 'mywork' session.showme = 'c:\temp\dir1,c:\temp\dir2,c:\temp\mywork,c:\temp\mywork2' --------------------------------------------------- Colonel Nathan R. Jessop Commanding Officer Marine Ground Forces Guatanamo Bay, Cuba --------------------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

