HP Forums

Full Version: system configuration flags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Reference URL's