If I read in a string from a database or any other file, and the string is the name of a function in a dll. How do I get VB to call the procedure that is the name of the string that I have read from the file.
VB does not seem to be able to call procedures from variable names, is there some way I can make the VB interpreter interpret a variable name as the name of a procedure that it should be calling?
'I am using VB6.