<CFIF LISTCONTAINSNOCASE(session.ShowMe,session.strFileName)>

I think this is what you are asking.
sesion.strFileName = D:\Temp
sesion.ShowMe = D:\Temp,D:\Test

then the above CFIF statement should return TRUE


>>> [EMAIL PROTECTED] 12/02/02 11:08AM >>>
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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to