I'm trying to make a simple program that prompts for a password and then continues to a different section of the program, else loops back to the original prompt for the password.
I can't find a way to do this other than to use external things - such as text documents and buttons - and I don't need the password to be encoded. I just want it to show up right away without adding text files or buttons.
Such as:
Enter password: "hi"
if the password is "hi" it continues on
if the password is anything else it loops back to
Enter Password:
Can this be done? Ideas?