TextBox with formula: don't want to repeat formula in other TextBox
Posted: Wed Sep 10, 2008 6:05 am
I have a textbox with a formula in it. Another textbox value is calculated with the same formula of the first textbox plus some other values. In this second textbox i didn't want to repeat the first textbox formula, and i wanted to use the first textbox calculated value instead.
Eg.
TextBox1.Text= "A + B"
TextBox2.Text="A + B + C"
Instead i wanted something like:
TextBox2.Text="TextBox1.Text + C"
Is this possible?
Thanks.
Eg.
TextBox1.Text= "A + B"
TextBox2.Text="A + B + C"
Instead i wanted something like:
TextBox2.Text="TextBox1.Text + C"
Is this possible?
Thanks.