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

Alain Romedenne <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #12 from Alain Romedenne <[email protected]> ---
The following code operates fine with LO26.8

Sub Main
        Dim o As Object, oCol As Object, oColB As Object
        Set o= New Collection ' alternative to Scripting.Dictionary
        Set T = New Collection
        o.Add  T, "T" 
        o.Add( key:="R", item:=T )
        Set oCol = o.Item("T")
        Set oColB = o.Item("R")
End Sub

Furthermore the ScriptForge.Dictionary service extends the Collection object by
providing supplemental features as key retrieval and replacement, as well as
import/export to Array objects and JSON strings.

You can reopen this bug if this solution is not deemed appropriate

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to