Little Known CF Functions: ValueList
July 27th, 2006
I saw a function today that I had actually never seen before, and it would have helped me save a few lines of code in many CF projects. The function is ValueList. ValueList takes a Query column as it’s first parameter, and a delimiter as an optional second parameter, and returns a list of the values from the query.
