Question
CF check if value in cfquery array
I have a <cfquery name="test" > that returns one or
more "value".
I want to test <cfif X is included in test.value >
I've looked at ListContains() in LiveDocs but presume I'd have to convert structure/array (not sure which one) to a list in order to check -- or is there a StructContains() or other method that I am missing????
Newbie so this may be an easy one but thanks in advance.
I want to test <cfif X is included in test.value >
I've looked at ListContains() in LiveDocs but presume I'd have to convert structure/array (not sure which one) to a list in order to check -- or is there a StructContains() or other method that I am missing????
Newbie so this may be an easy one but thanks in advance.
