AvlTree[…] = … (gb.data)

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

Creates a new node with the given key and value or changes the value of an already existing key. If the value is Null, then the node is removed.