Dynamic function calls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top