Function Call

How will you call a function, given its name as a string?

Questions by rakeshrm3010

Showing Answers 1 - 3 of 3 Answers

We cannot call a function whose name is a string, we have to construct a table of two-field structures, where the first field is the function name as a string, and the second field is just the function name Then search the table to get a string match in the first field, and use the second field to call the function.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions