I'm trying to create password protection for my TI-83 calculator's programs because I don't want them to get ripped while I'm unaware. I made the login program all right, but I have trouble fitting it into my math programs.
Here's the code:
ClrHome
While 1
Input P
If P=ABCDE <--lol, lame fake password, but it doesn't matter for now.
Then
Disp "Right"
Stop
Else
Disp "Wrong"
End
End
------
Now I'll just demonstrate with a simple circle area program.
Program: Circle
prgmPassword
Prompt R
πr²->A
Disp A
---------
I just don't know what's going wrong! It should be working.. but it doesn't go on to execute the program after I've given the password. Please help. It would be much appreciated.
Question
Guest
I'm trying to create password protection for my TI-83 calculator's programs because I don't want them to get ripped while I'm unaware. I made the login program all right, but I have trouble fitting it into my math programs.
Here's the code:
ClrHome
While 1
Input P
If P=ABCDE <--lol, lame fake password, but it doesn't matter for now.
Then
Disp "Right"
Stop
Else
Disp "Wrong"
End
End
------
Now I'll just demonstrate with a simple circle area program.
Program: Circle
prgmPassword
Prompt R
πr²->A
Disp A
---------
I just don't know what's going wrong! It should be working.. but it doesn't go on to execute the program after I've given the password. Please help. It would be much appreciated.
Edited by HammyHamLink to comment
Share on other sites
13 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.