Post Reply 
Library of programs
02-21-2020, 09:50 PM (This post was last modified: 02-21-2020 09:53 PM by Carlos295pz.)
Post: #2
RE: Library of programs
Code:

#pragma mode(separator(.,;) integer(h32))
SYSTEM_LIB;

EXPORT RCL_SETTINGS()
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;

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

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Library of programs - cahlucas - 02-21-2020, 09:34 PM
RE: Library of programs - Carlos295pz - 02-21-2020 09:50 PM
RE: Library of programs - cahlucas - 02-21-2020, 11:10 PM



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