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

--- Comment #6 from himajin100...@gmail.com ---
Sub hoge()
    Dim a(2) As Integer
    Dim b() As Integer
    a(0) = 1
    a(1) = 2
    b = a
    a(0) = 3
    MsgBox (b(0))
End Sub
-------------
StarBasic => 3
Excel VBA => 1

-- 
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