Hi,
Is it posible to when I create a visual basic program that can read in text files with pure vb code in it. Lets say functions calls to existing functions in the vb program.
so for example I have created a public SUB does_file_exists()
(this is pure an example)
so if I write in a textfile something like
call does_file_exists("c:\test.bmp")
then when my vb program runs it reads out the textfile and executes the call?
In other words is VB capable of interpretting its own code?
In PHP you have something like eval() wich is a function to execute PHP in PHP.
best regards
Garf.
tank you,
best regards,
Lord_Garfield
Is it posible to when I create a visual basic program that can read in text files with pure vb code in it. Lets say functions calls to existing functions in the vb program.
so for example I have created a public SUB does_file_exists()
(this is pure an example)
so if I write in a textfile something like
call does_file_exists("c:\test.bmp")
then when my vb program runs it reads out the textfile and executes the call?
In other words is VB capable of interpretting its own code?
In PHP you have something like eval() wich is a function to execute PHP in PHP.
best regards
Garf.
tank you,
best regards,
Lord_Garfield