I was wondering if this would be possible.
string someString = "int somFunction(int a, int b){
a = a+b;
return a;
}"
is it possible to make to make the function in string work? If yes, how? Thank you. By the way the point of doing this is because I want to write function in Excel and want to read the excel and make the function work..
Here is a sample of Excel this
thank you