… = AvlTree[…] (gb.data)

Dim hAvlTree As AvlTree
Dim aVariant As Variant
aVariant = hAvlTree [ Key As String ]

Return the value associated with the given key. If no node with this key was found, Null is returned.