Hi, is there a difference between -- assume that x is a node n = x.next and n = node.next(x) ? I guess that node.prev(n) needs the prev pointer set, right? Patrick