Post Reply 
Using casio fx-CG500 as a Digital Diary ??
05-10-2023, 01:50 PM (This post was last modified: 05-10-2023 01:54 PM by Eddie W. Shore.)
Post: #13
RE: Using casio fx-CG500 as a Digital Diary ??
For a fx-CG500, you may want to try a program file and store text there. I don't think there is a password protect option for program file.

If you want to password protect you can try code like this**:


InputStr pword,"Enter Password"

If pword==(password) Then Goto [label]
Else Stop
IfEnd

Label [label]
ClrText
Print ...

**My syntax may not be perfect, but hopefully you get the idea.

If you do this, safeguard your calculator carefully.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Using casio fx-CG500 as a Digital Diary ?? - Eddie W. Shore - 05-10-2023 01:50 PM



User(s) browsing this thread: 1 Guest(s)