https://bugs.documentfoundation.org/show_bug.cgi?id=123263
--- Comment #7 from [email protected] ---
FYI:
'-----StarBasic-----
Sub Main()
Dim a(1) As Integer
Dim b() As Integer
a(0) = 1
a(1) = 2
b = a
Redim Preserve b(2) As Integer
a(0) = 5
Msgbox(b(0))
End Sub
'-----------------------
=>1
--
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