Post Reply 
How do I save all the User settings, on the Prime? (SOLVED!)
11-02-2015, 06:39 AM
Post: #6
RE: How do I save all the User settings, on the Prime?
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;

Sorry for my english
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? - Tyann - 11-02-2015 06:39 AM



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