Post Reply 
How do I save all the User settings, on the Prime? (SOLVED!)
11-02-2015, 06:59 PM (This post was last modified: 11-02-2015 07:00 PM by Han.)
Post: #7
RE: How do I save all the User settings, on the Prime?
(11-02-2015 06:39 AM)Tyann Wrote:  Bonjour

Je vous propose :

Hello

I suggest :

Code:
EXPORT STOF()
BEGIN
 HVars("Mode"):={HAngle,HFormat,HSeparator,HDigits,HComplex,Entry,Base,Bits,Signed};
END;

EXPORT RCLF()
BEGIN
 LOCAL l;
 l:=HVars("Mode");
 HAngle:=l(1);HFormat:=l(2);
 HSeparator:=l(3);HDigits:=l(4);
 HComplex:=l(5);Entry:=l(6);
 Base:=l(7);Bits:=l(8);Signed:=l(9);
END;

Great solution! Perhaps it may even be better to specify an argument where to save the settings rather than the default "Mode".

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I save all the User settings, on the Prime? - Han - 11-02-2015 06:59 PM



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