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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top