H
Hugh
Hi all,
Is it possible to execute a function by getting the name of the function to
execute from a string? For example:
string FunctionName = "MyFunction";
which would execute MyFunction().
Any help appreciated,
Cheers, Hugh
Is it possible to execute a function by getting the name of the function to
execute from a string? For example:
string FunctionName = "MyFunction";
which would execute MyFunction().
Any help appreciated,
Cheers, Hugh