Android Question Run a command from variable

carlbertech

Member
Hello to all :how to run a command stored in var memory ?
for example :
Dim VarX as string ="Log 'Hello World'"
How to run the command store in VarX ?


Thanks very much for your reply.
 

JohnC

Expert
Licensed User
Longtime User
If you want to run dynamic VB code at runtime using a VB-like engine, this might be useful to you:

 
Upvote 0
Top