I must be way overthinking this. I have 4 text boxes Box1, Box2, etc, Box1 and Box2 have text, Box3 and Box4 are empty. Created a varible that increments everytime a button is clicked, joined that with "Box", and asigned it to a new variable, thus the new variable, becomes Box1, Box2, etc every time the button is clicked. Look up the "text" inside Box1, if it is blank change the button text to "success", press the button again it will then check "Box2", if it is blank...
I can't figure out how to use a variable to refer to an object? The value on the left bottom works when dropped into the if statment, the value on the right doesn't when used.