View Single Post
  #1 (permalink)  
Old July 16th, 2003, 12:16 PM
kilika kilika is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
Default Dynamic Variables

I have some ASP that dynamically created some variables and writes them to a VBScript function. In another function (after the page loads), I want to interact with them. I will pass in a text string that is the name of the variable. Is there a way to access the variable somehow using the string with the variable name in it?

Chris
__________________
Chris
Reply With Quote