Hello,

Need to find out which way is the most efficient way to see if a value in 
list A is a value in list B.

List A = 1,2,3          VALID ListMatch
List B = 2,3,4

List A = 1,2,3          VALID ListMatch
List B = 1,4,6

List A = 1,2,3          NOT VALID ListMatch
List B = 7,4,6


As long as it has single matching values it is valid.

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to