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