[Libreoffice-bugs] [Bug 105107] Implementation of Round in Basic
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 4 19:51:59 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=105107
b. <newbie-02 at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |newbie-02 at gmx.de
--- Comment #3 from b. <newbie-02 at gmx.de> ---
In reply to Takeshi Abe from comment #2)
> Is it better to have it in the normal mode too?
yes, of course, not having it is a massive lack in functionality, having to
search / investigate first is a massive lack in comfort,
one can make normal round accessible for macros by 'wrapping it in a procedure
call?':
function round_a (ByVal darg1 as Double, iarg2 as integer)
'bs: 2020-10-27
'make "ROUND" functionality accessible from basic macros,
'out of duty as limited to 20 decimals,
oFunctionAccess = createUnoService( "com.sun.star.sheet.FunctionAccess")
round_a = oFunctionAccess.callFunction( "ROUND", array(darg1, iarg2))
end function 'round_a
but better would be to have it as a normal basic function, and! one without
flaws, afaik nearly all rounding in calc still has errors :-(
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210204/0719e39e/attachment.htm>
More information about the Libreoffice-bugs
mailing list