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

--- Comment #3 from nvyush <nvy...@yandex.ru> ---
I tried to write this expression:

        invokePythonFunction = getMasterScriptProvider() _
                .getScript(URL_Main & file & ".py$" & func & URL_Args) _
                .invoke(args, outIdxs, outArgs)

but get the error 'BASIC syntax error. Unexpected symbol: ..'

This expression is OK:

        invokePythonFunction = getMasterScriptProvider(). _
                getScript(URL_Main & file & ".py$" & func & URL_Args). _
                invoke(args, outIdxs, outArgs)

but the first one is more readable, IMHO.

PS. This expression is OK also:
        sum = summand1 _
                + summand2 _
                + summand3

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