Re: [libreoffice-users] Bug report in calc, V.7.4

2022-08-28 Thread Regina Henschel
Hi Matthias, Matthias Lammer schrieb am 29.08.2022 um 00:24: Dear LibreOffice team, I want to file a very severe bug as follows: I create a simple function in Basic: Function myAdd(x, y, z)   myAdd = x + y + z End Function Then I can call it as usual with =myAdd(...). Next, I want to update

[libreoffice-users] Bug report in calc, V.7.4

2022-08-28 Thread Matthias Lammer
Dear LibreOffice team, I want to file a very severe bug as follows: I create a simple function in Basic: Function myAdd(x, y, z)   myAdd = x + y + z End Function Then I can call it as usual with =myAdd(...). Next, I want to update myAdd to subtract the values, I end up with: Function myAdd(