[Bug 160321] On GoSub statement does not work properly

2024-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321 Andreas Heinisch changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug 160321] On GoSub statement does not work properly

2024-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321 --- Comment #7 from Andreas Heinisch --- Thank you Rafael for the ping. It is on my list. Lot of work currently so less libreoffice :( -- You are receiving this mail because: You are the assignee for the bug.

[Bug 160321] On GoSub statement does not work properly

2024-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321 Rafael Lima changed: What|Removed |Added CC||andreas.heini...@yahoo.de ---

[Bug 160321] On GoSub statement does not work properly

2024-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321 raal changed: What|Removed |Added Version|7.6.5.2 release |4.1.0.4 release Ever confirmed|0

[Bug 160321] On GoSub statement does not work properly

2024-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321 --- Comment #4 from Jean-Pierre Sanchez --- Hello Could you tell me if you get the same result when you run the following code? Cheers Sub Main Dim i As Integer GoSub Sub1 Print i Exit Sub Sub1: On 0 GoSub

[Bug 160321] On GoSub statement does not work properly

2024-03-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321 --- Comment #3 from Jean-Pierre Sanchez --- Thanks Rafael for your quick response. I made a mistake when I copied the code. Change 'On 1 GoSub SubA, SubB' By 'On 0 GoSub SubA, SubB' You'll get 2 as result Cheers -- You are receiving

[Bug 160321] On GoSub statement does not work properly

2024-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321 --- Comment #2 from Rafael Lima --- Created attachment 193251 --> https://bugs.documentfoundation.org/attachment.cgi?id=193251=edit Result from the macro -- You are receiving this mail because: You are the assignee for the bug.

[Bug 160321] On GoSub statement does not work properly

2024-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160321 Rafael Lima changed: What|Removed |Added CC||rafael.palma.l...@gmail.com ---