> > Try the listfind function:
> >
> > <CFIF NOT ListFind('4,13,43', ID)>
> > Your Code
> > </CFIF>

Just be careful so you know when you need listfind and listcontains...

listfind('4,13,43', "1")  will return true
listcontains('4,13,43', "1") will not

--
Chris


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to