Post Reply 
New firmware BUG found on Solve app related to digit grouping
06-04-2014, 04:16 PM (This post was last modified: 06-04-2014 06:52 PM by Didier Lachieze.)
Post: #6
RE: New firmware BUG found on Solve app related to digit grouping
A similar issue related to digit grouping is occuring in program debug mode when entering input data.

For example, with this simple program:

Code:
EXPORT TEST(N)
BEGIN
MSGBOX(N);
END;

If you launch it with “Debug” and enter a number >999 with a space in the digit grouping you get something like:

   

Then after OK there is an error message: “Undefined result”:

   

There is no error if there is no space in the digit grouping.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New firmware BUG found on Solve app related to digit grouping - Didier Lachieze - 06-04-2014 04:16 PM



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