uprichard
Programmer
- May 2, 2002
- 16
I need to be able to call a function depending on the contents of a variable i.e
sMyVar = "Func_To_Call"
call sMyVar
Where the above would call "Func_To_Call". In other languages I could use the eval statement. Can it be done in VB?
I would also like the function to be in a side file that could be included at run time once the user has decided which function to run. Is that possible?
sMyVar = "Func_To_Call"
call sMyVar
Where the above would call "Func_To_Call". In other languages I could use the eval statement. Can it be done in VB?
I would also like the function to be in a side file that could be included at run time once the user has decided which function to run. Is that possible?