Post Reply 
Undocumented feature(s) of rev 6030
05-27-2014, 10:09 PM
Post: #6
RE: Undocumented feature(s) of rev 6030
(05-27-2014 09:47 PM)dg1969 Wrote:  
(05-27-2014 09:34 PM)patrice Wrote:  Yes if your calc use a comma as decimal separator and that you type a program not respecting this setting, you have to manually tell the pragma which setting is used in your program.

I'am not sure to understand... If I place the code exactly (with the three separator) like these :
Code:
 #pragma mode( separator(.,;) integer(h64) )

the compilation is ok in every situation ( comma or point as decimal separator) I have nothing to change...
The pragma says to the parser that no matter YOUR Home Settings, the program follow the syntax:
decimal separator is a point in the program.
parameter separator is a comma in the program.
command separator is a semi in the program.
and integers are 64 bits hexadecimal

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Undocumented feature(s) of rev 6030 - patrice - 05-27-2014 10:09 PM



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