ValueList(getProd.specs_partnum, ",")

G

On Tue, May 13, 2008 at 11:26 AM, morchella <[EMAIL PROTECTED]>
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!
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:305166
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to