Hi there,
I'm not too good with arrays (yet... ), so I hope someone can help me out here...
I'm working on a project in which a player inputs some words; these words are then added to an array.
Then a second player adds new words, but he has to use all the words that are already added to the array, therefore I want to check if all of the words in this array are used in some textfield.
The textfield may contain other words, but ALL of the words in the array should be used in the textfield.
I hope I'm making sense here...
Thanks in advance!