So I have a string which I want to use to call a function. How can I do this?. For example lets say I have a string = "function1". Now since I have this string I to use it to callto execute it within my application. Note that sometimes I may have a string which will be arguments to call another function for example, string = function2,1,2. This will callCode:function function1();. Any idea on how I can do this?Code:function function2(1,2)



Reply With Quote


Bookmarks