ValueList
May 28
Before time, I always use ListAppend tag whenever I want to create list value from Database. Today I surf coding of our in-house software, I found they use ValueList tag by accident. When I saw this tag, I don't know how does it work and how to use. After reading, documentation from Adobe then it's incredible.
2 SELECT NAME FROM tblUsers
3</cfquery>
4
5<cfset = ValueList(qryUser.Name)>

Android
Top of Page
#1 by existdissolve on 6/11/10 - 10:40 PM