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

--- Comment #3 from jun meguro <jmag...@gmail.com> ---
I reproduced the error with the following simpler code.


Sub test
        Dim sMoji as string
        svc = createUnoService( "com.sun.star.sheet.FunctionAccess" )
        sMoji = svc.callFunction("MID",array("ABCABC123123",1,3))
        msgbox(sMoji)
End Sub

Sub test2
        Dim sMoji as string
        svc = createUnoService( "com.sun.star.sheet.FunctionAccess" )
        sMoji = svc.callFunction("ASC",array("ABCABC123123"))
        msgbox(sMoji)
End Sub


On 6.4.4 ,Executed successfully.
On 7.0.0 Beta2 ,Error Occured.

-- 
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