A
A Jafarpour
Hi everyone, hope someone can tell if there is any way to,
dynamically, build an statement and then call some
functions to execute the statement. I know examples always
help, so here what I am trying to accomplish:
Dim myStatement as String
myStatement = "Dim result as integer result= 2 * 3"
now is there any way to actually let a program to treat
myStatement as a statment and therefore execute whatever
vb code is in it?
Looking forward to hearing from you. TANX
dynamically, build an statement and then call some
functions to execute the statement. I know examples always
help, so here what I am trying to accomplish:
Dim myStatement as String
myStatement = "Dim result as integer result= 2 * 3"
now is there any way to actually let a program to treat
myStatement as a statment and therefore execute whatever
vb code is in it?
Looking forward to hearing from you. TANX