simple way to auto-make an array in one line. You can however use a UDF:
http://www.cflib.org/udf.cfm?ID=683
That being said - if you wanted to use the udf above, you can access a list
from a query by using the valueList function:
<cfset foo = array(valueList(queryname.columnname))>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

