https://bugs.documentfoundation.org/show_bug.cgi?id=103104
--- Comment #3 from nvyush <[email protected]> ---
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs