[Bug 10765] The Format function of Visual Basic 6 does not work properly

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 26 02:18:03 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=10765


Jens Duttke <J.Duttke at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |J.Duttke at web.de




--- Comment #4 from Jens Duttke <J.Duttke at web.de>  2008-03-26 02:18:03 ---
The Format/Format$ function not only return wrong strings, if the value is
negative.
Here is another examples of differences between Windows and Wine:

Format: "##,##0.00"

Number: 1
Windows: 1,00
Wine: 001,00

Number: 5459.4
Windows: 5.459,40
Wine: 5459,40

Number: 12345678
Windows: 12.345.678,00
Wine: 12345678,00

Especially the first one, really looks ugly.

Are there any chances to get that fixed?


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list