I have a table containing, amongst other things, procedure names and want to write a function that reads in each procedure name and then call the relevant procedure.
How can I call a procedure where it's name is assigned to a string variable?
How can I call a procedure where it's name is assigned to a string variable?