HP Forums
system configuration flags - 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 configuration flags (/thread-6401.html)



system configuration flags - compsystems - 06-11-2016 03:12 AM

Hi

I do not find within the help some system configurations flags, these must be on the menu [cmds] in a new item [Modes] (Prg View from program editor) and help catalog, IT IS IMPOSSIBLE TO REMEMBER EACH VALUE AND ID NAME

for example

A:
MODE NAME: ANGLE measure:
IDENTIFIER: AAngle
VALUE: 0,1,2 OR 3

0 for system
1 for RADIAN
2 for DEGREE
3 for GRAD

Sample: Select RADIAN to insert in the program editor
Code:
AAngle :=1;

...

B:
MODE NAME: NUMBER FORMAT or EXPONENTIAL FORMAT
IDENTIFIER: AFormat
VALUE: 0,1,2 ... 6
0 for System
1 for Standard
2 for Fixed
3 for Scientific
4 for Engineering
5 for
6 for
...

C:
MODE NAME: BASE or INTEGERS Returns or sets the integer base.
IDENTIFIER: Base
VALUE: 0,1,2 OR 3

0 for Binary
1 for Octal
2 for Decimal
3 for Hexadecimal

Sample: Select Hexadecimal to insert in the program editor
Code:
Base :=3;

...


writing...


good idea?
+1