I have multiple Strings, named TB1. TB2, TB3 . I want to set them as text by : TB + i , i would be an integer, and i cannot manage to do that
This is what i`ve done so far
I gen an error " Cannot find simbol - variable TB"
Any solutions?
Scenario1.setTextt( (String) TB + i );
