I want to do this:
I want my prog to solve calculations (with unknowns (x, y))
Can I do like:
"enter formula in the textbox"
Press a button and then actually get the 'code' excecuted?
I can do
Formula = Text1.Text
but then it's just passed as a string and not 'executed' in any way!?
Thanks!