how to use a string store in a variable as command in runtime

  • Thread starter Thread starter Timothy Wang
  • Start date Start date
T

Timothy Wang

Hi everyone :

Is there anybody know how to use a string store in a variable as command ?

Like :
str1='test...'
str2='...test'
str3='left(str1, 5) & Right((str2,3 ) '

How do we get 'test.est' from str3 in runtime.
In short , will it be possible to use a string as command or statement in VB.net ?
Just like '&' prefix in Foxpro.

Any comment will be appreciated.
 
Back
Top