I've figured out how to do this.

<cfset elementsList = "">
<cfloop collection="#url#" item="urlVar">
<cfset elementsList = ListAppend(elementsList, "#urlVar#:#url[urlVar]#", ",")>
</cfloop>

<cfoutput>#elementsList#</cfoutput>
Cheers
cfcoder
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to