that will work too... but again


dim inta as integer
inta = 50
text1.text = inta


or


text2.text = "50"


neither are wrong, the second is a little faster, but you get the same result