Or #currentRecord["item_name" & cartEntry]# On Tue, Sep 1, 2009 at 7:22 PM, David McGuigan <[email protected]>wrote:
> > #currentRecord[ "item_name#cartEntry#" ]# > You don't even need to assign it to currentEntry. > > > > On Tue, Sep 1, 2009 at 6:15 PM, Matthew Smith <[email protected]> > wrote: > > > > > I am trying to do this, referencing the currentrecord structure: > > <cfloop from="1" to="#currentrecord.NUM_CART_ITEMS#" index="cartentry"> > > <cfset currententry = "currentrecord.ITEM_NAME#cartentry#"> > > #currententry#<br> > > </cfloop> > > > > what is the syntax? > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325918 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

