Post Reply 
HP Prime - Problem with the decimal separator
10-28-2015, 01:09 PM (This post was last modified: 10-28-2015 02:19 PM by wChris79.)
Post: #7
RE: HP Prime - Problem with the decimal separator
I can not find the solution.
I tried several combinations.
In settings: the decimal separator is the point.

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 32 bits hexadecimal
Here is my code:

#pragma mode(separator(.,Wink integer(h32))
EXPORT TEST2()
BEGIN
LOCAL x, y;
10 -> x;
2015 -> y;
PRINT("TEST ANNEE : " + y + " MOIS : " + x);
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Prime - Problem with the decimal separator - wChris79 - 10-28-2015 01:09 PM



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