Cakkie
February 21st, 2000, 12:23 AM
I'm just wondering...
a) is it possible to read input form a file, and them let VB interpret them as actual commands.
Like say a file contain 3 lines, t=t+1, t=t+2, t=t+3.
Is there a way to do this without having to break up the line in small parts and then evaluate them one by one to form the command.
b) is it possible to add a module at run time? Like I have a program that reacts on a specified event with actions defined by the user. These commands are to be placed in a .bas file.
Thanx in advance
Tom Cannaerts
slisse@planetinternet.be
The best way to escape a problem, is to solve it.
a) is it possible to read input form a file, and them let VB interpret them as actual commands.
Like say a file contain 3 lines, t=t+1, t=t+2, t=t+3.
Is there a way to do this without having to break up the line in small parts and then evaluate them one by one to form the command.
b) is it possible to add a module at run time? Like I have a program that reacts on a specified event with actions defined by the user. These commands are to be placed in a .bas file.
Thanx in advance
Tom Cannaerts
slisse@planetinternet.be
The best way to escape a problem, is to solve it.