Hi all, I'm going crazy with arrays again... :D
I have an array that I insert and remove words into during the game and that I sort alphabetically each time
apple
Banana
blueberries
pear
potatoes
raspberries
strawberries
Is there a way to sort the array based on the letters I type in a text field? For example if I type "g", it selects the words pear and potatoes, if I type "po", it will find only potatoes