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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ParamCollection

Status
Not open for further replies.

cuneyt

Programmer
Mar 3, 2003
42
AU
hello fellows,
I want to do this:
Set session("ParamToChange") = session("ParamCollection").item("UserID")

instead of that:
Set session("ParamToChange") = session("ParamCollection").item(1)

is it possible? if it is, how?

thanx in advance...
 
Maybe no one understood the question, I definitely don't. Try posting a new threat saying more about what you want.

Madawc Williams
East Anglia, Great Britain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top