If somehow a bunch of function names in string can be passed into an
executible, is it possible that for each name call, it will trigger the
corresponding function of that name? course, this can be done by mapping
string function names with functions themselves? Is there a better and
direct way?
Thanks in advance!