So, i created a list of words, about maybe 20-25 words and I want to make a function where I can pick about 5-10 words from the list and show it to the label, I just want it to show some random words on a label that i have. Does anyone have a solution for this? anything is appreciated.
- Put them in a ListView, one word per row.
- Use the ListVew AfterPicking Block to collect a picked word.
- Add that word to a Global variable (e.g. 'Sentence')
- Update the Label with the variable
hm ok, thanks for helping me!