Hi in my app i would like to achieve this
i have the textbox in my app with this function:
compare two values > Find(TextBox.Text,"myword")
not egal -1 then an action happens
But what i really need is this
my function works if the word is inside the texbox
what i try to achieve is, i have a list of words inside a simple txt file hosted on my website how to tell to my app to check if the word is inside that txt file then action happens!
if the word match one of the word inside the txt from the url then action happens
this is my list
https://mattepainting.be/words.txt
hope im clear