https://bugs.documentfoundation.org/show_bug.cgi?id=98845
--- Comment #2 from DM <[email protected]> --- This also seems to fail on w= suggesting the act of reading a non-simple variable jeopardises any further reading. If Array() is changed to "a" then w= works fine. d Dim o As Object,v,w Set o=New Scripting.Dictionary o.Add "A", Array() v= o.Item("A") o.Add "B", "b" w= o.Item("B") -- 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
