> I don't believe you can place cf tags inside of ANY cf
> tags. Try something like this:
>
> <cfset textoutput="Order:      #getMaxOrderID.MaxOrderID#
> ________">
>
> <CFLOOP INDEX="loopcount" From="1"
> To="#ArrayLen(session.cart)#">
> <cfset textoutput = textoutput & "ITEM CODE:
> #session.cart[loopcount][3]#
> VARIETY:                  #session.cart[loopcount][1]#
> QUANTITY:                 #session.cart[loopcount][4]#
> ________">
> </cfloop>


Yes, yes, yes! After an extended nap, this makes perfect sense
and works like a charm. Thanks very, very much!

Megan
[EMAIL PROTECTED]

Alpha 60 Design Shop
http://www.alpha60.com
phone: 202-745-6393
fax:   202-745-6394


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to