I'm developing a app where people must click on a button and then the label show a random word.
I can use a switch statement, but the app must have more than 50 words, so to write the switch statement is a lot of work and not very useful.
Do someone have a solution?