RE: CFFILE Output--how do I include CFLOOP and session variables

2001-07-16 Thread Bud
On 7/16/01, Megan Cytron penned: > > I don't believe you can place cf tags inside of ANY cf >> tags. Try something like this: >> >> >> >> > To="#ArrayLen(session.cart)#"> >> > #session.cart[loopcount][3]# >> VARIETY: #session.cart[loopcount][1]# >> QUANTITY:

RE: CFFILE Output--how do I include CFLOOP and session variables

2001-07-16 Thread Megan Cytron
> I don't believe you can place cf tags inside of ANY cf > tags. Try something like this: > > > > To="#ArrayLen(session.cart)#"> > #session.cart[loopcount][3]# > VARIETY: #session.cart[loopcount][1]# > QUANTITY: #session.cart[loopcount][4]# > "> > Yes

RE: CFFILE Output--how do I include CFLOOP and session variables

2001-07-16 Thread Paul Mone
nsulting Group [EMAIL PROTECTED] http://www.ninthlink.com 619.222.7082 -Original Message- From: Megan Cytron [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 11:01 PM To: CF-Talk Subject: CFFILE Output--how do I include CFLOOP and session variables I'll preface this dodo-brain

Re: CFFILE Output--how do I include CFLOOP and session variables

2001-07-16 Thread Bud
On 7/16/01, Megan Cytron penned: >Here's my code: > > > ITEM CODE:#session.cart[loopcount][3]# > VARIETY: #session.cart[loopcount][1]# > QUANTITY: #session.cart[loopcount][4]# > > >"> > > FILE="E:\websites\foo.txt" > OUTPUT="#textoutpu

CFFILE Output--how do I include CFLOOP and session variables

2001-07-15 Thread Megan Cytron
I'll preface this dodo-brain question by saying that I'm completely sleep-deprived, half brain-dead and away from my home base, references, etc. Here's what I need to do: we are using CFFILE to write the results of an order to a file. We are using CFSET to create a variable called "textoutput". W