Post Reply 
Number format bug
07-07-2014, 02:09 PM
Post: #1
Number format bug
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.
Find all posts by this user
Quote this message in a reply
07-07-2014, 04:50 PM (This post was last modified: 07-07-2014 04:50 PM by alexzkter.)
Post: #2
RE: Number format bug
(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
Find all posts by this user
Quote this message in a reply
07-07-2014, 05:16 PM
Post: #3
RE: Number format bug
Sorry didnt see the previous report
Find all posts by this user
Quote this message in a reply
07-07-2014, 08:35 PM
Post: #4
RE: Number format bug
Just choose the old style grouping (no commas, no spaces) - - you should be fine.
Find all posts by this user
Quote this message in a reply
Post Reply 




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