that worked because "this" and "that" were both variables, whereas the 
"session.variable_" is a literal string and therefore must be in quotes.   If a 
literal string is not in quotes and is passed into a CF function, CF assumes it is a 
variable and will error because it is not defined.
  Fluffy Bananachunks <[EMAIL PROTECTED]> wrote: On Thursday 25 October 2001 11:47 
am, you wrote:
> > > And then display them.
> > > like so:
> > > 
> > > #Session.Variable_#ndx##
> > > 
> >
> > #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:




#evaluate(this&that)#

*shrug*

/me goes back to minding my own business...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to