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

--- Comment #2 from DM <miscellane...@paintdrawer.co.uk> ---
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
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to