morchella wrote:
> ok. i am having a serious brain fart...
> i know there is a beter way to ooutput a list the is comma seperated then
> this..
>
> <cfloop query="getProd">
>        <cfset columns = columns&"#specs_partnum#,">
> </cfloop>
>
> <!--- remove the last comma --->
> <cfset columns = left(columns,evaluate(len(columns) -1))>
>
> <cfoutput>#columns#</cfoutput>
>
> but again, i am drawing a complete blank...
> any help would be appreciated
> thanks!

valueList(getProd,'specs_partnum')
OR
quotedValueList(getProd,'specs_partnum')

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305167
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to