https://bugs.freedesktop.org/show_bug.cgi?id=44172

             Bug #: 44172
           Summary: Basic function VAL produces bad result
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.5.0 Beta2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: medium
         Component: BASIC
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created attachment 54839
  --> https://bugs.freedesktop.org/attachment.cgi?id=54839
This file contains a basic macro showing the bug when executed.

The basic function Val as not more a correct behavior 
   code                 display
msgbox(Val("1.23"))      1.231
msgbox(Val("1.11"))      1.111
msgbox(Val("11"))        1111
msgbox(Val("1.2"))       1.21
msgbox(Val("1"))         11

Tested on LOdev3.5.0 Beta2 Kubuntu 11.04
and on LOdev3.5.0 Beta0 Windows XP

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to