So in the past i would of had...

Label1.text = 3
Label2.text = 2
Label3.text = label1.text + label2.text

If i want the result to be 5, but your saying i should have ".tostring()" at the end of them both?