I'll keep this simple.
I have 3 TextBoxes:
In the TextBox1 i have this text Rp.1,000.00
In the TextBox2 i have this text Rp.2,000.00
![Name: Capture.JPG
Views: 54
Size: 12.3 KB]()
So, in the TextBox3 i want to have some kind of Val(TextBox1.text) + Val(TextBox2.text)
But because there is Rp. in the TextBox1 and TextBox2
The value i get in TextBox3 is 0
How can i get Rp.3,000.00 and not 0 in the TextBox3 ?
I have 3 TextBoxes:
- TextBox1
- TextBox2
- TextBox3
In the TextBox1 i have this text Rp.1,000.00
In the TextBox2 i have this text Rp.2,000.00
So, in the TextBox3 i want to have some kind of Val(TextBox1.text) + Val(TextBox2.text)
But because there is Rp. in the TextBox1 and TextBox2
The value i get in TextBox3 is 0
How can i get Rp.3,000.00 and not 0 in the TextBox3 ?