Okay:
1: You create a text with 20 strings an you initialize only the first 4. Thats bad.
2: You can make a TEXT object visible or not, but not each single string in it. To do so you need an array of TEXT and not only one TEXT object.