>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

Probably a typo but actually its the opposite:

listfind('4,13,43', "1") returns 0 (false) and listcontains('4,13,43', "1")
returns 2 (true)

Duane

------------------------------------------------------------------------------
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