I get notified that the key already exists. Same happens when setting childObject directly to createobject()
VBA Code:
With objectStack
#If Mac Then
.Add New Dictionary
#Else
.Add CreateObject("Scripting.Dictionary")
#End If
Set childObject = .Item(.count)
childObject.Add objectCutOff, (valueEndByte - (BYTE_OFFSET - 1))
End With