M
Manuel
I'm using Visual Basic 2005, is there a way to run dynamic code?
Ex:
Dim strToRun as String =""
strToRun &= "dim s as string = ""Hello World!""" & vbcrlf
strToRun &= "Messagebox.Show(s)"
[SomeClass].Execute(strToRun)
Ex:
Dim strToRun as String =""
strToRun &= "dim s as string = ""Hello World!""" & vbcrlf
strToRun &= "Messagebox.Show(s)"
[SomeClass].Execute(strToRun)