Post Reply 
system configuration flags
06-11-2016, 03:12 AM (This post was last modified: 06-11-2016 04:02 AM by compsystems.)
Post: #1
system configuration flags
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


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 




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