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

--- Comment #2 from Jim Kornelsen <[email protected]> ---
The following line (if there is one) also gets skipped, but only when the
condition is false.

Sub SayHi
    If False Then ReDim a
    MsgBox "hello"
    MsgBox "there"
End Sub

Result: Displays only "there"

Treating this as a syntax error would solve the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to