im trying to get vb to add up a list of fig held in text boxs

eg

a = text1.text
b = text2.text
c = a + b
text3.text = c

with 10 in both text1 and text2 i was hopping for 20 in text3 but i am getting 1010 can anybody please help.

Thanks

Dave