Is it Possible to Execute a string Which contains the actual command in VB ?
For example
Dim ss as string
ss = ” Msgbox ‘Testing’ ”
How to invoke “ss” as Command ?
Where can I find help for this ?
In Foxpro , it can be acheived by using
& operator (Macro substitution)