Since there is no eval function in VB, is there a way to make a classname a variable? For example;
Dim MyClassInstance 1 As New MyClass
Dim somestring as System.String = "MyClassInstanc e1"
"somestring".so meproperty = "somevalue"
....which would set MyClassInstance 1.someproperty to "somevalue"
Dim MyClassInstance 1 As New MyClass
Dim somestring as System.String = "MyClassInstanc e1"
"somestring".so meproperty = "somevalue"
....which would set MyClassInstance 1.someproperty to "somevalue"
Comment