Hi!

How can I get a pointer to a function using a string which contains the name of the function?

I thought of something like that....

Code:
STRING* NameOfFunction = "Test_Fun";
voidptr = ????(NameOfFunction);