Post Reply 
Hp50g : "blocking" a variable
01-01-2020, 06:43 AM
Post: #2
RE: Hp50g : "blocking" a variable
(01-01-2020 12:45 AM)Gil Wrote:  On the HP50G

Is there a way to prevent a variable, let's say a, to be incidentally deleted, for example in a program ?

Only by storing it in port 2. You can't prevent the user from erasing it, but you can recover it using Flash tools if that happens. Another solution is to make it NULL-named, you won't be able to purge it but then you can't recall it by normal procedures either.
On the other hand, newRPL does have that feature, you can lock/unlock any variable, trying to STO anything throws an error saying that the variable is read-only.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Hp50g : "blocking" a variable - Gil - 01-01-2020, 12:45 AM
RE: Hp50g : "blocking" a variable - Claudio L. - 01-01-2020 06:43 AM
RE: Hp50g : "blocking" a variable - BruceH - 01-01-2020, 06:19 PM



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