var slideurl=new Array(<cfoutput>#listQualify(getimgList.valueList,
"'")#</cfoutput>)
(where the second argument of listQualify() is
doublequote-singlequote-doublequote)
----- Original Message -----
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 10, 2004 7:11 AM
Subject: RE: Dynamic list generation
> Well, I assume you used that fake code below as an example. There is no
> 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]

