> Correct me if I'm wrong here people, but I believe that if the
> list contains actual numbers (like from a numeric data field)
> then this list function will work correctly, but if it's a text
> string it won't.
>
> It's been a while since I checked on this.

ListContains looks to see if any entries in the list CONTAINS the item
you're looking for

Therefore;
ListContains("1,2,4,5,13,18,23,30","3") will product a number,
ListFind("1,2,4,5,13,18,23,30","3") won't.

CF doesn't treat numbers different from string when you're running a
non-numeric function on them.

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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