Simple question:
if I have two lists (string list And text list) how can I make every text in List1 to get his twin in List2 ?
.
without typing
List1 [0].text = List2 [0]
List1 [1].text = List2 [1]
List1 [2].text = List2 [2]
.
just telling every text inside the list to get any string has the same element number of him ?