Post Reply 
HP Prime - Problem with the decimal separator
10-28-2015, 07:14 AM
Post: #2
RE: HP Prime - Problem with the decimal separator
(10-28-2015 05:06 AM)wChris79 Wrote:  Hello,
      I have a problem with the decimal separator. If I use the comma necessary to use the "fracmod ()" the program that contains the function no longer runs it stops on every point of the program, for example, list of variables etc ... And if I uses the period as the separator the program works except the "fracmod ()" which does not run because it forward a number with a comma and not a point.
How to define what functions to work with a point rather than a variable?
Thank you for your help.
That's because the program lacks the #pragma line.
this line tells the calculator what are the separators used to built the program (the source)

It can be optained with menu key while editing the program.

What you can do :
Change your configuration to find the one that make this program to works.
Ok, then edit the source and insert pragma at first line.
example :
Code:
#pragma mode( separator(.,;) integer(h32) )
Regards

primer
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 - primer - 10-28-2015 07:14 AM



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