Question #2
i have some textFields, how do i setText to them? i know how to set a Int and a String, but is there a way to set a double? thanks.
Question #1 Answered
I have a *.dat file with words, and i want to check if a certain word is in that file. both variables are Strings, yet when i do
if (word == findWord)
messageBox ("match found"😉;
it never passes the if statement. I know it has something to do with the value of the variables, anyone know what i can do to check if a certain word is equal to another word?
thanks
dam(grrrr)
i have some textFields, how do i setText to them? i know how to set a Int and a String, but is there a way to set a double? thanks.
Question #1 Answered
I have a *.dat file with words, and i want to check if a certain word is in that file. both variables are Strings, yet when i do
if (word == findWord)
messageBox ("match found"😉;
it never passes the if statement. I know it has something to do with the value of the variables, anyone know what i can do to check if a certain word is equal to another word?
thanks
dam(grrrr)