HP Forums

Full Version: Syntax Error HP Prime
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to write a code to generate a graph of torque in the calculator, when I write the code in the emulator it runs without errors but when I transfer to calculator displays syntax error. The emulator and claculadora are versioned 8151. Also when the step calculator ready programs that took on the website shows syntax error, however this correct syntax. Displays error in variable declaration for example
LOCATION X, Y; syntax error of.
I thought was the problem then updated to version 10077 and the problem continues, the emulator works in syntax error calculator.
(Written with google translator)
Are you using a "digit grouping" form that uses "," to separate whole numbers from the fractional part?
I found the bug in old versions separate decimal places . and the new version ,
Thanks for listening.
In the program editor, if you press the "menu" key (left of the CAS button), there is an "insert pragma". Do this at the top of the program file and it will ensure it use the correct settings to compile even if your calculator settings change.
Reference URL's