CF
Member since May 13, 2011
- Profile: /members/8318-cf.htm
- Comments: 1
Recent Blog Comments By CF
-
Ask Ben: Converting a Query to an Array
Posted on May 13, 2011 at 1:43 AM
Not sure if anyone knows but to access dynamic column names you can do something similar to the following (quote and pound the dynamic column name as first array type element of query): <cfset var cnt = 0> <cfloop query="qry"> <cfset cnt++> <cfloop from="1&... read more »