Dynamic function calls

E

elwin

I'd like to assign the name of a function to a variable and use that variable
to call the function. Can this be done?
 
M

Marshall Barton

elwin said:
I'd like to assign the name of a function to a variable and use that variable
to call the function. Can this be done?


Sometimes. Check out the Eval function and the Rum method
in Help.
 
Top