Adding with a dynamic textbox

How can I add with a dynamic textbox. I used a dynamic textbox called dtext with the value 20.

this.dtext.text = this.dtext.text + 100

But, it came out as 20100.
Can someone give me the code to add it on to the number not the end of the number.