For my purposes a valid list cannot duplicate values:
<cfset list1 = "1,2,3,4,5">
<cfset list2 = "1,2,3,3,5">
Therefore how can i check these to allow list1 but not list2?
Been looking at listfunctions all day and now im fed up.
Thanks in advance.
<cfset list1 = "1,2,3,4,5">
<cfset list2 = "1,2,3,3,5">
Therefore how can i check these to allow list1 but not list2?
Been looking at listfunctions all day and now im fed up.
Thanks in advance.