Is there a way to check if anything inputted into a box matches a global variable or not?
Β
Like if i make a global variable, and have the string value set to "Test"
Then i make an input box and have it check whatever is entered into it to check if it matches what the value of the global variable is.
So if I put "test2" In it, it will say incorrect. But if I put "test" in it, it will say correct. And this input box does NOT change the variable.
Question
seethingword
Is there a way to check if anything inputted into a box matches a global variable or not?
Β
Like if i make a global variable, and have the string value set to "Test"
Then i make an input box and have it check whatever is entered into it to check if it matches what the value of the global variable is.
So if I put "test2" In it, it will say incorrect. But if I put "test" in it, it will say correct. And this input box does NOT change the variable.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts