<cfset myTempArray = ArrayNew(1)>

<cfoutput>
    <cfloop query="YOURQUERY" startrow="1" endrow="YOURQUERY.RECORDCOUNT">
                <cfset tVar = #ArrayAppend( myTempArray, "YOURQUERY.ID" )#>
    </cfloop>
                
        <cfset tempArraytoList = #ArrayToList( myTempArray ,",")#>

        Outputted List : #tempArraytoList#

</cfoutput>

---------------------
hope this is what you're after.

N


<! -----------------------------------
Neil Clark
Senior Web Applications Engineer
mcb digital
Tel. +44 (0)20 8941 3232
Tel. +44 (0)20 8408 8131 [Direct]
http://www.mcbdigital.com
----------------------------------->



------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to