HP Forums

Full Version: Number format bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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
Sorry didnt see the previous report
Just choose the old style grouping (no commas, no spaces) - - you should be fine.
Reference URL's