Hi everyone
I'm not quite sure how to describe what I am asking so I will just give you the situation.
I have a textbox and I want a user to be able to type in a string which will actually be the name of a variable declared in the application and I want a message box to appear with its value.
The only way I can think of for doing is having a select statement and run through all the variables.. but I have hundreds! And I am hoping there is a much better way, although I will admit the request is a bit unusual.
Here's to hoping...
I'm not quite sure how to describe what I am asking so I will just give you the situation.
I have a textbox and I want a user to be able to type in a string which will actually be the name of a variable declared in the application and I want a message box to appear with its value.
The only way I can think of for doing is having a select statement and run through all the variables.. but I have hundreds! And I am hoping there is a much better way, although I will admit the request is a bit unusual.
Here's to hoping...