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

            Bug ID: 98845
           Summary: Scripting.Dictionary.Item(New Collection)
           Product: LibreOffice
           Version: 5.1.1.3 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: miscellane...@paintdrawer.co.uk

This (and any permutation of it I've tried) fails on the last (oColB =) line
variously with a crash or type fail; Win10:-

Dim o As Object, oCol As Object,oColB As Object
Set o=New Scripting.Dictionary
o.Add "T", New Collection
Set oCol = o.Item("T")
Set oColB = o.Item("T")

Cheers,
David

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