HP Forums

Full Version: Programmation Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've got an issue I can't fix with my HP Prime : when I execute a program I got a syntax error concerning the "," (argument superator). The only way to fixe it is to use the "," key (between "()" and "Enter" keys) and it puts a ";" symbol... Do you have any idea to fix it ?

Thank you, and sorry for my english

periappi

PS : Example of error : "LOCAL A=0, B=0, C=0.........."
"CHOOSE(A, "Choisissez un thème"......"

PS 2 : But I haven't this problem with my emulator, the program works.
I suspect that pragma may help to align the separators with your code's expectations:

http://www.thecalculatorstore.com/Calcul...r-settings
(03-21-2016 07:49 PM)Fortin Wrote: [ -> ]I suspect that pragma may help to align the separators with your code's expectations:

http://www.thecalculatorstore.com/Calcul...r-settings

Thanks ! It works, and thank you for your quick reply Smile !
Reference URL's