|
-
Feb 1st, 2005, 11:25 AM
#1
Thread Starter
Member
Can I use a String as a Variable Name?
Hello
Is it possible to get a variable from a string?
Example:
myVar = 9
lablel1.text = "myVar"
Debug.WriteLine( SuperCoolParseFunction(label1.text))
//Now i want the debugwindow to say: 9
Is that possible, to write the name of a variable and get its value?
Thanks
casmang
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|