What I Want to Do Is
For Example
Text1.Text = 5
Text2.Text = 6

Text3.Text = Text1.Text + Text2.Text

Now, Is There any Way to Print Result Using The Formula Specified in Text3.Text Here Text1.Text + Text2.Text i.e the formula is user definabe.