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

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 13 09:23:19 CST 2007


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





--- Comment #2 from pablo <pabl0ski at hotmail.com>  2007-12-13 09:23:18 ---
Created an attachment (id=9614)
 --> (http://bugs.winehq.org/attachment.cgi?id=9614)
This executable demostrates the error with the Format function of Visual Basic

Sub Main()

    Dim Numero As Double
    Dim Formated_numero As Double

    Numero = -1.57

    Open "File1.txt" For Output As #1

        Print #1, "Number without format: " & Numero
        Formated_numero = Format(Numero, "0.00")
        Print #1, "Formated number: " & Formated_numero

    Close #1
End Sub


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list