
Call a proc using a string variable for the proc name
Quote:
> How can I call a procedure using a variable for the procedure name?
Use Eval. This works with a function, so you just need to write a simple
function which calls the procedure.
Slightly convoluted, that's all.
I'd say that the use of Eval should be discouraged, though, in favour of
standard procedure calling which the code editor can perform checks on
during compilation.
--
Paul Bredbury, http://dialspace.dial.pipex.com/brebs/