Ask Ben: Converting a Query to an Array
<cfset strValue = qRecords[ COLUMN_NAME ][ ROW_NUMBER ] />
For Cut-and-Paste
<cfset strValue = qRecords[ COLUMN_NAME ][ ROW_NUMBER ] />