Originally posted by Anirudha Jadhav:
hi
thanks for your reply,
I would like to know how do make the statement work with out the String concatenation operator.
thanking you...
Here's the thing, at the end, your setting the text, so no matter what, it's going to be a textual representation. You could do something like this.
Integer i = new Integer(int);
t3.setText(i.toString());