Arthur Fuller
fuller.artful at gmail.com
Tue Jun 23 10:24:27 CDT 2009
Is there a way to pass the name of a function or procedure to another one? The need for this might occur when the given procedure must branch in various ways, and call a proc/function whose name depends upon the code-path, as it were. Yes, one could write a CASE statement to deal with this, and that is exactly what my current code does. But it set me to wonder whether it's possible to pass the name of the function/procedure to call rather than code the CASE statement. A.