Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changing variable names....#(session.name#session.items#)#

Status
Not open for further replies.

cfjacob

Programmer
May 26, 2000
2
NZ
I'm trying to loop through results of a shopping basket and i want do refer to a variable named session.name1 where session.items = 1. all i can get is the result session.name1 but not the value of session.name1.<br><br><br>#(session.name#session.items#)#<br><br>thanks, jacob
 
try this:<br><br>#Evaluate(&quot;session.Name&quot;& Session.Item)#<br><br>Hope this helps,<br><br>Brommrrr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top