02-26-2026, 05:09 AM
Result = FindWord(dictionary_array() AS STRING, theWord AS STRING)
If the result is 0, it’s not found.
Any other result is the position in the array where the word was located at.
If the result is 0, it’s not found.
Any other result is the position in the array where the word was located at.

