Hi everyone !
Today i wanted to try the Prime user keyboard capability, on
my young lady received a few days ago:
(And i love her ! But not the ugly small font!)
KEY K_Vars
BEGIN
IF CHOOSE(N,"Radian","Degree") THEN
// MANUAL edition July 2013
// ! p575 HAngle var values are inverted !
IF N == 1 THEN HAngle:=0; END; // 0 for RADIAN
IF N == 2 THEN HAngle:=1; END; // 1 for DEGREE
END;
END;
SO, I am in Home function, with degrees for angle unit.
I press shift+help, 1U appears on top left corner, i press the
Vars key then the choose box appears, i choose option 1 to select
radian, and angle setting switch from degree to radian, it works !
BUT AT THE SAME TIME THE APPLICATION LIBRARY OPENS.
WHY ? something wrong with my HPPL coding ?
Thanks !
Edited: 31 Oct 2013, 5:45 p.m.