https://bugs.documentfoundation.org/show_bug.cgi?id=105558

            Bug ID: 105558
           Summary: Various BASIC return types result in text string
                    instead of number
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: er...@redhat.com

The BASIC function

Function TestFunc() As Currency
    Dim Result As Currency
    Result = 5.50
    TestFunc = Result
End Function

used in a spreadsheet as =TESTFUNC() returns a text string result instead of
number, hence number formatting (e.g. currency format) and further calculations
with the value don't yield the expected results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to