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:
>>
>>  <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!

Gotta sleep ya know. :)
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to