Thanks Guys!
worked like a charm!

On Fri, Feb 27, 2009 at 12:18 PM, morgan l <greyk...@gmail.com> wrote:

>
> You're restarting the variable by setting it inside the output group. Try:
>
> <cfset myList = "">
>
> <cfoutput group="n1">
> <cfset myListx = ListAppend(myList, n1Id)>
> </cfoutput>
>
> On Fri, Feb 27, 2009 at 11:10 AM, Paul Ihrig <pih...@gmail.com> wrote:
>
> >
> > <cfoutput group="n1">
> > <cfset myList = "#n1Id#,">
> > <cfset myListx = ListAppend(myList, n1Id)>
> > </cfoutput>
> >
>
>
> 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319921
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