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

--- Comment #4 from Jean-Pierre Sanchez <jeanpierresanchez0...@protonmail.com> 
---
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 SubA, SubB
        i=i+1
        Return
SubA: Return
SubB: Return
End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to