I am trying to find a way to call a function by typing its name in a text box and clicking a button , i have 417 functions and they don't take any variables
for example i want to type in a textbox
listproducts
and click a button
then listproducts() will get called.
is it possible to do such things without using select case or if statements? or is it possible to assign a string name to a function and call it by that name?