Look at this array (column1 Players, column2 teams and column3 level)
Alex Red 10
Bob Blue 8
Tom Blue 5
Leo Red 6
Jill Green 9
...so i create this array and , text box and add a button too.
Problem---> I want when Click on the button then the text box will show the team blue members Bob and Tom.
How to do it?