Susan Harkins
ssharkins at gmail.com
Tue Jun 23 10:39:09 CDT 2009
I don't know why you couldn't pass the name of the function as a string???? Susan H. > 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.