Phil Arnold
Member since Dec 11, 2008
- Profile: /members/1221-phil-arnold.htm
- Comments: 1
Recent Blog Comments By Phil Arnold
-
Ask Ben: Converting a Query to an Array
Posted on Jan 12, 2007 at 6:23 AM
With regard to the comment: MyQuery[variables.col] unfortunately only works with Structs. :( Yes you can, but you need to suffix it with the row that you want, so it'd be MyQuery[variables.col][row] If you're looping through the rows then just use the loop variable, or if you're inside a cfoutput ... read more »