HI,

How I have two text boxes that contain numbers. Is it possible to add the two text boxes together?
somthing like
var= text1.text + text2.text
but that doesn't work.

Thanks!