HP Forums
System parameters - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: System parameters (/thread-865.html)



System parameters - DrD - 03-09-2014 01:30 PM

I have several ppl programs that alter the machines state, perform a task, then resets the configuration afterwards. Perhaps, HAngle, HFormat, or (whatever), get changed for the needs of the program and exits; leaving the machine state as found.

If a command exists, producing a list containing all of the Home Variable settings, (a machine state capture), what is the command?

Otherwise, please consider adding something like this suggestion:

LSTATE(list var, mode);

Usage:

LSTATE({var},0); Returns (machine state) Home Variable settings in list {var}.
LSTATE({var},1); Modifies Home Variable settings per the contents of list {var}.

Useful for me, useful for others?

-Dale-


RE: System parameters - cdodds - 03-12-2014 05:10 AM

That has my vote!


RE: System parameters - rprosperi - 03-12-2014 01:14 PM

Very useful!

Great suggestion, thanks for posting the idea.