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

b. <newbie...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |newbie...@gmx.de

--- Comment #3 from b. <newbie...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to