bLuEmEzzy 0 Junior Poster in Training

Help me please in putting nodes in left node and right node

Dim leftnode = Val(rootnode) * (2)
            Dim rightnode = Val(leftnode + 1)

            rootnode.add(leftnode)
            rootnode.add(rightnode)

How will i do that? Thanks and God bless u.