To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=31001


User bmarcelly changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'cyb,jsk'                 |'bmarcelly,cyb,jsk'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Aug  5 10:00:50 +0000 
2008 -------
Here is a more obvious example based on squenson comment.

Dim A As Currency, B As Currency, R As Currency
A = 4
B = 50000
R = A*B
print "R=" & R ' result OK : 200000.0000
A = 5
R = A*B
print "R=" & R ' Result example : 60686005228817.4336

The last result is variable, just like a random number generator. You have also 
wrong 
results with A = 4.3 for example. Tested on version 2.4.1.
It's a pity that resolution of this report is systematically delayed.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to