HP Forums
Number format bug - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Number format bug (/thread-1796.html)



Number format bug - Dougggg - 07-07-2014 02:09 PM

It seems that if you use command line input on a program and the number format is set to have , delimiter every 3 digits you will get an error,

for Example
EXPORT Test (A,B,C) and if enter 5400,3000,2000, I get a Undefined Result Error.


It works fine if you use INPUT, I only get an error using the command line input and if I turn off the delimiter it works fine.


RE: Number format bug - alexzkter - 07-07-2014 04:50 PM

(07-07-2014 02:09 PM)Dougggg Wrote:  It seems that if you use command line input on a program and the number format is set to have , delimiter every 3 digits you will get an error,

for Example
EXPORT Test (A,B,C) and if enter 5400,3000,2000, I get a Undefined Result Error.


It works fine if you use INPUT, I only get an error using the command line input and if I turn off the delimiter it works fine.


http://www.hpmuseum.org/forum/thread-1443.html
I wish I could fix this bug by myself...but I'm not an HP developer, nor would I know how to fix it anyway. =P


RE: Number format bug - Dougggg - 07-07-2014 05:16 PM

Sorry didnt see the previous report


RE: Number format bug - Helge Gabert - 07-07-2014 08:35 PM

Just choose the old style grouping (no commas, no spaces) - - you should be fine.