Execute a string contains instn. in VB - TechRepublic
General discussion
January 22, 2001 at 07:37 PM
murthyteam

Execute a string contains instn. in VB

by murthyteam . Updated 25 years, 4 months ago

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)

This discussion is locked

All Comments