I would like the following instruction "ListContains('2, 3, 11' , 1)" to return "0" since the list "2, 3, 11" does not contain "1" however it does not return "0" since "11" contains "1".
Is there another string comparaison ColdFusion function that I could use to do the same thing?
Thanks.
Is there another string comparaison ColdFusion function that I could use to do the same thing?
Thanks.