On Thursday 25 October 2001 11:47 am, you wrote:
> > > And then display them.
> > > like so:
> > > <CFLOOP From="1" To="10" Index="ndx">
> > > #Session.Variable_#ndx##
> > > </CFLOOP>
> >
> > #evaluate(Session.Variable_&ndx)#
>
> That doesn't work. Try this instead:
>
> #Evaluate("Session.Variable_" & ndx)#
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
My bad, for some reason this worked for me:
<cfset this="one">
<cfset that="two">
<cfset onetwo="yay">
<cfoutput>#evaluate(this&that)#</cfoutput>
*shrug*
/me goes back to minding my own business...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body or visit the list page at www.houseoffusion.com