> > 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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