On Tue, 2 Sep 2003, Leopold Toetsch wrote: > and no, not that one inside DOD, that one doesn't handle duplicates.
Yes, yes it *does* handle duplicates. Otherwise it'd get caught in infinite loops every time it came across a circular data structure. That's what the next pointer in the PObj header gets used for, amongst other things. Dan