i have strA and strB
strA = 1
strB = 1
i try text1.text = strA + strB

but it doesn't work the result is 11 not 2 why?